Apache taking 100% of the cpu
Posted: Sun Jan 19, 2020 12:39 pm
Hey all,
My vestacp server takes 100% cpu after around 3 days and get unusable/unresponsible. I haved tried to use strace to trace the issue but having had any luck finding out what is causing the issue.
Strace spamming this:
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
Does anyone have any ideas what I could try?
My vestacp server takes 100% cpu after around 3 days and get unusable/unresponsible. I haved tried to use strace to trace the issue but having had any luck finding out what is causing the issue.
Strace spamming this:
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
read(39, "", 13160) = 0
poll([{fd=39, events=POLLIN}], 1, 3000) = 1 ([{fd=39, revents=POLLHUP}])
Does anyone have any ideas what I could try?