Skip to content

Why "max_worker_memory" config value refers to RSS instead of VSZ? #1041

Answered by rustatian
lezhnev74 asked this question in Q&A
Discussion options

You must be logged in to vote

@lezhnev74 Hey. RSS memory is the actual memory used by the application. VSZ on the other hand is just a memory that in total can be accessed by the application, but that's doesn't mean, that the memory is actually occupied. VSZ is always higher than the RSS and doesn't show the actual memory consumption.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rustatian
Comment options

Answer selected by lezhnev74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
2 participants