Tuesday, June 2, 2020

Clear tmp & cache in weblogic

ps -ef |grep test-memorypool | awk '{print $2}' | xargs kill -9;find . -name "tmp*" -exec rm -rf {} \;;find . -name "cache*" -exec {} \;

No comments:

Post a Comment