-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add a message and a note about improved plotting by increased concurrency #444
Conversation
✅ Deploy Preview for subspace-docs-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@jim-counter did you say that your CPU load also increased significantly? I can't test the new release myself (and won't be able to test for some time), but I was under the impression that CPU load should decrease, while RAM load increases. Happy to change it if that's not what is happening. |
Talking specifically about Space Acres v0.1.3, the default behaviour of the farmer pins all cores on my CPU to 100% and it farms the fastest it ever has. I think we mean that the |
Okay that makes sense, "improved CPU usage" in this case means full utilization and increased plotting speeds, rather than more economical resource usage. |
This is accurate, but a small note on "This default behaviour can be over-ridden by setting --record-encoding-concurrency 1", it doesn't quite reach the same performance as |
I would be grateful for this option. Selecting target CPU load as a percentage would be perfect but I have no idea if that's even possible. Any parameter to dial would work really - it's just how intuitive it would be. Happy to beta test any early builds if you want to experiment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -158,6 +170,12 @@ Example: | |||
|
|||
### Optimizing DSN Syncing | |||
|
|||
:::note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:(
+1 on this, would be great to be able to adjust the load, in case you need to keep the PC somewhat usable at the same time. |
This PR reflects changes introduced in the monorepo PR 2536.
I've also added a short explanation to the cli-tips section, as some users will benefit from changing the default behavior.