Linux ulimit Command Tutorial
Linux kernel provides some configuration about system-related limits and maximums. These are like maximum file handler count, maximum file locks, maximum process count, etc. These limits are used to stay in a safe area and do not bottleneck system performance. But sometimes these limits should be decreased or increased. ulimit is used to change these limits … Read more