Maximizing Memory Efficiency to Run Bigger Models on NVIDIA Jetson | NVIDIA Technical Blog
… Measure CPU memory usage Use procrank to analyze memory usage: $ git clone https://github.com/csimmonds/procrank linux.git $ cd procrank linux/ $ make $ sudo ./procrank The output is sorted by PSS Proportional Set Size , reflecting actual physical memory usage. …