status-im / infra-waku

Infrastructure for Waku fleet
https://github.com/status-im/nim-waku
0 stars 2 forks source link

out of shared memory in Waku fleets database nodes #28

Closed Ivansete-status closed 13 hours ago

Ivansete-status commented 4 days ago

We currently have wrongly configured the shm_size in the database docker containers, e.g.: node-db-01.do-ams3.waku.sandbox Image

Maybe we could establish a minimum of '1gb', and not 0 as it is currently.

jakubgs commented 13 hours ago

Fixed:

We were casting 0.3 to int which made it 0. Order of operations matters.