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
Strange behavior that only reproduces inside docker: Bob consumes too much memory and is killed by OutOfMemory. This becomes more obvious, when size of the record is large (e.g. 75 Mb). According to metrics the consumption is not related with Bloom filters or indices (number of BLOBs is too small for that).
One assumption worth checking out is that the consumption could be due to disk cache not being flushed to the HDD. Docker could potentially treat this memory as belonging to the process itself. See this link: https://codefresh.io/docker-tutorial/docker-memory-usage/
The text was updated successfully, but these errors were encountered:
Strange behavior that only reproduces inside docker: Bob consumes too much memory and is killed by OutOfMemory. This becomes more obvious, when size of the record is large (e.g. 75 Mb). According to metrics the consumption is not related with Bloom filters or indices (number of BLOBs is too small for that).
One assumption worth checking out is that the consumption could be due to disk cache not being flushed to the HDD. Docker could potentially treat this memory as belonging to the process itself. See this link: https://codefresh.io/docker-tutorial/docker-memory-usage/
The text was updated successfully, but these errors were encountered: