Why do we have a non-zero value for PSS in case of statically compiled binary
I read about PSS (Proportional Set Size), it’s the number of non-shared pages used by the application and even distribution of the shared pages. I thought it’s for shared libraries. To verify i wrote a hello world program and compiled with –static and i see PSS value more than dynamic value