Skip to content
Discussion options

You must be logged in to vote

@Kraego this is not a memory leak. This is almost certainly due to the fact that some Kubernetes versions count kernel page cache as pod' memory footprint, which is incorrect because the page cache is managed by the kernel and no the application.

Any environment that use streams will observe more and more memory used by kernel page cache over time,
and the kernel clears it when it sees fit.

There is #7362 and at least a couple more discussions that go into a lot of detail about how to inspect effective kernel page cache.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Kraego
Comment options

@Kraego
Comment options

Answer selected by Kraego
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants