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

w3 using 100% CPU #1612

Open
dannyob opened this issue Jan 3, 2025 · 0 comments
Open

w3 using 100% CPU #1612

dannyob opened this issue Jan 3, 2025 · 0 comments

Comments

@dannyob
Copy link

dannyob commented Jan 3, 2025

I have a cronjob that runs this script every couple of hours:
/usr/local/bin/w3 up /blahblah/dannyob.eth/

dannyob.eth has about 6GiB in it. The node process running w3 takes up 20% of my memory, and 100% of my CPU:

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND 
3881583 danny     20   0   31.4g 881416  40464 R 109.0  22.3   4:59.28 node    

Should this be CPU bound? Is there something I can do to (bar niceing the process) to stop it taking up so much CPU/memory?

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

1 participant