Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100% CPU load #59

Open
hdid opened this issue Nov 30, 2019 · 4 comments
Open

100% CPU load #59

hdid opened this issue Nov 30, 2019 · 4 comments

Comments

@hdid
Copy link

hdid commented Nov 30, 2019

Sometimes after heavy loads; one of child processes continues 100% loading and does not come back to normal load! (even if i'm not using it).

@eugene-su
Copy link

I confirm this issue. What could be workaround for this unpleasant behavior of such abnormal tasks?

@eugene-su
Copy link

My temporary dirty solution is to add next 2 lines in systemd unit:

Restart=always
RuntimeMaxSec=600

@gaul
Copy link
Collaborator

gaul commented Feb 2, 2020

Could you get some backtraces to figure out what's going on? This might help:

https://stackoverflow.com/a/27398062

I also have seen high CPU usage but in my case it was external clients who discovered my open proxy and were routing through it. This is why I added HTTP BASIC authentication in #20.

@eugene-su
Copy link

@gaul, absolutely only I use my proxy: access to it is available only for local addresses.
I can reproduce a case of this bad behavior:

  1. open a large image in a separate browser tab (3-5 MB);
  2. close this tab without waiting for a full download.
    After that, the cpu is loaded 100% until you kill the process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants