Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High memory consumption inside docker #438

Closed
ikopylov opened this issue Feb 26, 2022 · 0 comments · Fixed by #451
Closed

High memory consumption inside docker #438

ikopylov opened this issue Feb 26, 2022 · 0 comments · Fixed by #451
Assignees
Labels
bug Something isn't working

Comments

@ikopylov
Copy link
Member

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/

@ikopylov ikopylov added the bug Something isn't working label Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants