You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RAM usage chart indicates repeated Out of Memory (OOM) events (represented by the red graph spikes) caused by Erigon's behavior. Erigon seems to only consider the total server RAM and disregards the specified limits.
Expected result:
Erigon should respect the RAM limits configured in Nomad and operate within the allocated memory boundaries, preventing OOM events.
Actual result:
Erigon ignores Nomad RAM limits and uses memory based on the server's available RAM, leading to OOM events.
The text was updated successfully, but these errors were encountered:
The RAM usage chart indicates repeated Out of Memory (OOM) events (represented by the red graph spikes) caused by Erigon's behavior. Erigon seems to only consider the total server RAM and disregards the specified limits.
Expected result:
Erigon should respect the RAM limits configured in Nomad and operate within the allocated memory boundaries, preventing OOM events.
Actual result:
Erigon ignores Nomad RAM limits and uses memory based on the server's available RAM, leading to OOM events.
The text was updated successfully, but these errors were encountered: