Search code examples
wso2wso2-wsas

tmp directory in wso2 application server


I have a wso2 wsas3.1.1 in my production environment. It has about 8.6 GB of data in $CARBON_HOME/tmp‌ folder. I browsed it's files and I have no idea about what are they and what they do. I want to remove all files and folders in the tmp folder, does it make any differences? Is it harmful? Also I want to know that why the Housekeeping task does not clear the tmp folder based on time schedules?

Thanks


Solution

  • I think it is fine to remove the tmp directory. It would not harmful. There is some housekeeping task to clean this directory. But it seems to be that it is not working according to the jira. Therefore i think, It is better to write some task to do it.