Content
@
0 reply
0 recast
0 reaction
LaMat
@lamat
⚡️ OOM Monitoring Script Installer Quilibrium nodes are currently crashing every n hours because of a memory leak bug. Here is a script to restart your node automatically if the RAM usage is above 95% Only use this if you are running as a service. This script will: 1. Create a monitoring script to check RAM usage 2. Set up a cron job to run the monitoring script every 10 minutes 3. The monitoring script will restart the ceremonyclient service if RAM usage exceeds 95% To install the script run: wget -O - https://raw.githubusercontent.com/lamat1111/quilibrium-node-auto-installer/master/tools/qnode_oom_sys_restart_installer.sh | bash P.S. After 2.0 or as soon as the bug is solved is better to comment out the cronjob associated with this script to avoid your server restarting when there is no need and allow full RAM usage.
0 reply
0 recast
3 reactions