Hi,
We use
JBoss 7.1 Application Server which is present at Path: /usr/share/jboss-as/standalone
And have an issue with JBoss 7.1 creating a lot of Temporary files when started using command: service jboss restart
As a workaround to avoid Disk Space being consumed, we clean up Temporary files at Path: /usr/share/jboss-as/standalone/tmp/vfs
However, we see that the JBoss process still marks these Temporary Files as Open even when Deleted.
We tried Configuration options below, but they do not seem to work for JBoss 7.1
-Djboss.vfs.cache=org.jboss.virtual.plugins.cache.IterableTimedVFSCache -Djboss.vfs.cache.TimedPolicyCaching.lifetime=1440
Can someone please help with some solutions on how to go about cleaning Temporary Files for JBoss 7.1?
As of now, migrating to WildFly is not a preferred solution as it would require a lot of
Testing for Performance & Applications Deployed.
Is there a patch we could apply so that the JBoss service handles the Temporary Files itself?
Please advise.
Thanks,
Sheldon