-
Notifications
You must be signed in to change notification settings - Fork 246
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
node takes up too much committed memory #2813
Comments
The logs are rom node, not farmer and the issue is most likely farmer indeed as found in https://forum.subspace.network/t/high-ram-usage-for-may-15th-release/3952?u=nazar-pc Working on it, but I don't think we had a tracking issue for it, so this will be the one now. |
I'm not sure if the system's memory is empty when the farmer memory overflows. The monitoring of my win was just added last night, I will continue to observe it. |
Windows is really bad with this stuff for sure, I fought it before, but wins are alernated with loses. There will be a workaround in the next release though, see #2816 and forum thread with experimental build. |
Let me close this since workaround was merged and will be included in the next release. As to long-term solution we'll have to figure something out, but we have a TODO about it in the code. |
version: gemini-3h-2024-jun-11I just want to submit some information. I don't know if this is a problem.
|
Virtual memory is a completely different concept from physical memory. Many applications are using many times more virtual memory than physical (web browsers for example), this doesn't necessarily mean there is an issue. |
Yes, but the problem with Windows is that virtual memory defaults to the size of physical memory, unlike Linux, which can be infinitely large. |
Try to use a node with Snap sync (start with new database using |
version and command
It often causes the farmer to
out of mem
when he re-PsBecause the submitted memory occupied too much, I increased some virtual memory. From the monitoring chart, I can see that when the virtual memory becomes less, he will apply to increase the virtual memory (I set 2G-16G)
The increase in physical memory in the last picture is a change caused by me using the rammap tool to clean up some memory.
I will update the latest version later and continue to try.
The text was updated successfully, but these errors were encountered: