We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
nice
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Should this be CPU bound? Is there something I can do to (bar
nice
ing the process) to stop it taking up so much CPU/memory?The text was updated successfully, but these errors were encountered: