Drop/Flush Linux disk cache
2013-10-12
I recently came across a situation where Apache Tomcat cannot start as there was no memory available to allocate to the Java heap (-Xms 1024) when the server had 8GB of physical memory installed. We all know the Linux Kernel borrows unused memory on the system for Disk Cache and releases it when an application needs it. Sadly, things didn’t work out this time and I blame it on Java.Read More →