Tagged Questions
0
votes
1answer
131 views
Limit cpu and memory usage for php-fpm and nginx processes in centos
I want to Limit cpu and memory usage for php-fpm and nginx processes in centos.
I came across following tools
cpulimit
cggroups
memory resource locater
which will more efficient and how can I ...
6
votes
2answers
4k views
What do top's %MEM and VSZ mean?
I'm working on an embedded Linux system (128MB RAM) without any swap partition. Below is its top output:
Mem: 37824K used, 88564K free, 0K shrd, 0K buff, 23468K cached
CPU: 0% usr 0% sys 0% nic ...