mentos87 submitted a new resource:
Monitor PID Fix - For high memory usage where you can't isolate the issue, Make sure pid_monitor is in crons. Clean up
Read more about this resource...
Monitor PID Fix - For high memory usage where you can't isolate the issue, Make sure pid_monitor is in crons. Clean up
Monitor PID Fix:
root#>wget "https://xtream.hosting/fix/pid_monitor.zip" -O /tmp/pid_monitor.zip -o /dev/null && unzip /tmp/pid_monitor.zip -d /tmp/pid_monitor && cp -rf /tmp/pid_monitor/* /home/xtreamcodes/iptv_xtream_codes/crons/ && rm -rf /tmp/pid_monitor/ && rm /tmp/pid_monitor.zip && sudo chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/ && sudo chmod 777 -R /home/xtreamcodes/iptv_xtream_codes/crons
Read more about this resource...