Memory usage on ra_xxx_log_ets tables #453
Unanswered
albertored
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Same problem. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an application that sometimes applies commands with a big payload in the raft machine.
In such situations we get a lot of memory "wasted" in the raft machine process itself but we are able to solve this by returning the
:garbage_collect
effect. We still have some ETS tables (owned byra_xxx_log_ets
) that consume a lot of memory and it is not clear how/when they are freed or if there are parameters to configure this behaviour.Do you have some advice on how to reduce this memory consumption?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions