Increase shared memory on linux (shmmax)
Shared memory is often used in many applications on linux such as Oracle, Tibco, Webmethods. It’s also used for php extensions such as eaccelerator. In this tutorial, I will show READ MORE
Understanding the Current Memory Usage in Linux
To check the overall memory usage on your linux, we can use the command: free This will show the memory usage in KB (default), If you want to check your READ MORE