Free space availabe in cache directory is lower than minimum amount recommended
I discovered this as part of my work and am sharing it here in case others have seen it.
This message can appear in the JTS or application log files when the server is started:
WARN eam.server.monitoring.resources.cache.CacheManager - The free space available "1055072256" in the cache directory is lower than the minimum amount recommended: "2147483648". If monitoring is enabled, it may have an impact on server performance.
Is it a cause for concern?
I will provide the answer in the following post.
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
This message can appear in the JTS or application log files when the server is started:
WARN eam.server.monitoring.resources.cache.CacheManager - The free space available "1055072256" in the cache directory is lower than the minimum amount recommended: "2147483648". If monitoring is enabled, it may have an impact on server performance.
Is it a cause for concern?
I will provide the answer in the following post.
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
One answer
The message is an indication that the JVM tmpdir has less than 2 GB available. In general, the temp directory should be as fast and large as is feasible. The temp directory can be set in Tomcat or WAS using the JVM parameter:
-Djava.io.tmpdir=/path/to/tmpdir
-Djava.io.tmpdir=/path/to/tmpdir