-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
U3RegularRegularbugSomething isn't workingSomething isn't workingneofs-storageStorage node application issuesStorage node application issues
Description
Some NeoFS Testnet storage nodes (nagisa, ai, yu) are periodically killed by OOM signal from OS. All these nodes has ~2GB RAM. We need to detect the reason and try to prevent it.
Possible reasons:
- incoming RPC spikes (server doesn't limit the incoming connections)
- outgoing RPC spikes (internal routines with API communication)
- internal work on some event (e.g. new epoch)
- ???
Observations also show that memory consuming sometimes happens almost simultaneously on different nodes, which can hint either at an external load spike on the container, or global event processing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
U3RegularRegularbugSomething isn't workingSomething isn't workingneofs-storageStorage node application issuesStorage node application issues