How can i manual release unallocated, reserved by the OS #3614
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
You can't without restarting the node. You can try different allocator settings and/or lower |
Beta Was this translation helpful? Give feedback.
-
FWIW I remember seeing some changes considered for Erlang 25 that would allow memory allocators to release reserved and/or allocated but unused memory back to the OS. This won't ship until May 2022. |
Beta Was this translation helpful? Give feedback.
-
In your case it looks like you should be able to switch to the |
Beta Was this translation helpful? Give feedback.
You can't without restarting the node. You can try different allocator settings and/or lower
max_message_size
which by default is 512 MiB IIRC.