I measure process's memory to use following command
ps -eo size,pid,user,command --sort -size | head -n 3
Then process's memory is increased.
But I use free command don't increase computer's total memory usage.
some people use ps command with size keyword but other people use ps command with rss & vsz keywords.
How can I measure process's actual memory usage?