How to change swappiness on a linux server ?
Swappiness is a feature in linux which tells the system kernel how much data to be swapped, or to be moved into swap memory and back to main memory. The...
Swappiness is a feature in linux which tells the system kernel how much data to be swapped, or to be moved into swap memory and back to main memory. The...
The hung task is detected by linux kernel by parsing processes with uninterruptible sleep state(which are waiting for some event or resource and is usually not going to move forward)...
Do you know what is the meaning of value stored in /proc/sys/kernel/ctrl-alt-del file ? Let us have a look at it. I. Meaning of default values [root@ngelinux kernel]# cd /proc/sys/kernel...
/proc and /sys partitions keeps the system information on which its running and are useful to get any system details or running configuration we need. As we know in Linux,...
SysRq or “System Request” also known as Magic Keys, which allows us to send some specific instructions directly to the Linux kernel. This can be invoked by using a specific...