Solved kernel: nfs: Unknown parameter ‘noquota’.
In this post, we will see an interesting bug where the NFS auto mount failed to mount the map or share. I. Error Message If we see the error messages...
Today we will see a trick to resolve high memory issues on a linux or unix server. We will set few kernel parameters to optimize the memory usage on server....
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)...
In this post, we will look how to tune/change Linux kernel parameters temporarily or permanent. To change/verify the parameters we will use sysctl command. From its man page, we can...