[RESOLVED] CPU at 99%
Published: October 23, 2019 - 10:08 AM
Hello,
Since updating wapt + debian following the wiki procedure, my python process is always at 99.9%:
771 wapt 20 0 198608 83228 13776 R 99,9 4,1 5:20.27 python
I restart the service, it works fine for 30s then it goes into a loop.
By running `strace -f -p pid`, we see that at the moment the CPU goes haywire, there's an avalanche of calls in an infinite loop:
(3, [],
0
1023
epoll_wait
)
`
=
0`
,1023, 0) = 0
epoll_wait(3, [], 1023, 0) = 0
epoll_wait(3, [], 1023, 0) = 0
epoll_wait(3, [], 1023, 0) = 0
I am running on an ESX, I tried changing the type of network card: switching to e1000 but it didn't change anything.
Best regards
Versions:
Debian 9.11
Kernel: 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64 GNU/Linux
WAPT Server version: 1.7.4
WAPT Agent version: 1.7.4.6223
WAPT Setup version: 1.7.4.6223
WAPT Deploy version: 1.7.4.6223
Database status: OK (1.7.4.0)
Since updating wapt + debian following the wiki procedure, my python process is always at 99.9%:
771 wapt 20 0 198608 83228 13776 R 99,9 4,1 5:20.27 python
I restart the service, it works fine for 30s then it goes into a loop.
By running `strace -f -p pid`, we see that at the moment the CPU goes haywire, there's an avalanche of calls in an infinite loop:
(3, [],
0
1023
epoll_wait
)
`
=
0`
,1023, 0) = 0
epoll_wait(3, [], 1023, 0) = 0
epoll_wait(3, [], 1023, 0) = 0
epoll_wait(3, [], 1023, 0) = 0
I am running on an ESX, I tried changing the type of network card: switching to e1000 but it didn't change anything.
Best regards
Versions:
Debian 9.11
Kernel: 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64 GNU/Linux
WAPT Server version: 1.7.4
WAPT Agent version: 1.7.4.6223
WAPT Setup version: 1.7.4.6223
WAPT Deploy version: 1.7.4.6223
Database status: OK (1.7.4.0)