Hello @huzanforbes,
The same for that machine. It is using swap memory:
-----------------------------------
Display amount of free and used memory in the system
-----------------------------------
Running: free -m
In: /opt/bitnami
Output:
total used free shared buff/cache available
Mem: 987 631 77 53 278 127
Swap: 634 363 271
To set a cronjob you should follow these steps:
sudo crontab -e
and use this one (e.g. every five minutes)
*/5 * * * * sudo /opt/bitnami/ctlscript.sh start
However, it is a patch, and my suggestion is to increase the machine to avoid those memory issues.
Regards