astrofrog / psrecord

Record the CPU and memory activity of a process :chart_with_upwards_trend:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actual RAM usage vs. Memory Mapped

seperman opened this issue · comments

Hello,
First of all, very handy tool. Thanks!
I'm using mmap to read some giant files and Psrecord shows the file size as a part of memory usage report. Is there a way to make it only the actual RAM usage? What I care about is the RAM usage so I can provision enough memory for the kubernetes resources that run the code.
Thanks