Nico Flaig

Results 179 comments of Nico Flaig

I removed the container yesterday and restarted it today, so far I am not seeing any increase in system CPU usage. Will keep monitoring this.. Regarding, the process uid, this...

OK, I start seeing it again, my system CPU spiked around 7pm, here are logs (socker hang up looks suspicious) ``` > [email protected] start:pretty > node index.mjs | pino-pretty --translateTime...

> Since I still cannot reproduce the issue So either this only happens because I am running 2 containers (which would still be a bug) or this is related to...

Issue happened again, I don't see anything suspicious in the logs though. Regarding your questions: > Does it have one or multiple processes running? These are the processes inside the...

> Does it happen to IPv4 or IPv6? Happens on both, when I initially reported it there were 2 processes. Since I killed the process it didn't happen again, it...

Collected a bit more information on what the process is doing using perf + inferno (see https://github.com/ChainSafe/lodestar/issues/5604#issuecomment-1581091711 for full instructions) but the results or not that helpful either. Would have...

> That function should not run if you did not define any webhook You might be right, I haven't looked further into it if this is really the case. eth-docker...

> Please see if there are still any issues Deployed, s6-overlay seems like a good candidate since the process was also spawned for my host user. Not sure when I...

It happened again with v3.1.0. The difference now seems to be that the process is executed by root instead of my host user. ```sh > ps -p 1032708 -o pid,user,comm,lstart,etime,args...

> How about docker stats? Does it also report 100%? Yes, same result there ``` CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O...