-
Notifications
You must be signed in to change notification settings - Fork 378
OOM Westmint #2494
Comments
Did you compile the node yourself? What OS version are you using? |
This is really weird, looks maybe we accumulate notifications somewhere and thus it keeps all the stuff in memory and we die. CC @skunert |
Using binary from https://github.com/paritytech/cumulus/releases/download/v0.9.400/polkadot-parachain
|
Ty! Yeah I think the caching issue is the reason you are running out of memory! |
Interesting 🤔
At first glance, it does not sound like a caching issue but notification hoarding somewhere as you said in your first answer. The cache has a fixed maximum size, after all. |
I enabled |
I have the strong suspicion that this is related to #2495, I will run some more experiments. Also have some ideas on how to fix. |
It is in sync and has been working well for a few days now. Constantly on ~11G memory usage. But it was a roller coaster to get there 😄 |
Version: 0.9.400
Chain: Westmint
Parameters:
--chain westmint --pruning archive --ws-external --ws-port 9966 --ws-max-connections 1000 --rpc-external --rpc-port 9933 --rpc-cors all --rpc-methods Safe --prometheus-external
From resync of both Relay and Para DBs, this is the memory consumtion, currently having 64GB available memory.
Log from start to first OOM:
westmint_oom.log
The text was updated successfully, but these errors were encountered: