Posts

Showing posts with the label Resource

[Level 2] How to check the resource limitation of specific process in Ubuntu.

How to check the resource limitation of specific process in Ubuntu. You can follow the below steps: # ps -ef | grep nfsd4 root 1098 2 0 May13 ? 00:00:00 [nfsd4] root 18674 18607 0 20:32 pts/15 00:00:00 grep --color=auto nfsd4 # cat /proc/1098/limits Limit Soft Limit Hard Limit Units Max cpu time unlimited unlimited seconds Max file size unlimited unlimited bytes Max data size unlimited unlimited bytes Max stack size 10485760 unlimited bytes Max core file size 0 unlimited bytes Max resident set unlimited unlimited bytes Max processes 47490 47490 processes Max open files 1024 1024 files Max locked m...