O&M Question about pega.tmpdir=/$base_dir/temp/pegatemp
All,
As my systems age and become more stable I find that my pega.tmpdir=/$base_dir/temp/pegatemp Directory is filling up. What is the recommended method for recapturing this space not requiring an application stop/start?
Currently we perform the following when we want a clean start
Pega 6.3 sp1 on Linux
shopt -s extglob
rm -rf /$base_dir/temp/pegatemp/!(PegaRULESIndex)
rm -rf /$base_dir/temp/javatemp/*
rm -rf /$base_dir/jboss/jboss-eap-5.1/jboss-as/server/pega/{tmp,data}
Thank you,
Ray
***Updated by moderator: Lochan to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.