Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

TMP folder is full

Avatar

Level 3

Hello

 

I encountered a problem in that the temporary folder tmp is filled with temporary files but is not cleared automatically. The folder size is 20 gigabytes and these files fill all the space, this prevents the publication of content on publish nodes.

 

Files have names like this:

/tmp/fleioutilscopy1750063702511928162.tmp

 

What could be the reason?

 

Thank you in advance.

4 Replies

Avatar

Level 3

Hi @aliaksandr_hvoz ,

 

This usually happens when your application is creating these temp files, but you have not taken care of removing these files yourself. AEM takes care of the OOTB functionality and clears off the tmp files thus created. But if you are creating these files in your implementation, then you have to clear the same by yourself. It could be generation of custom email template, creating a JSON file for posting it to 3rd party APIs. Can you check if any such code exists in your implementation?

 

-Vikas Chaudhary

Avatar

Level 3

These files were deleted automatically, but after January 1st this no longer happens.

Avatar

Administrator

@aliaksandr_hvoz were you able to sort this up? 



Kautuk Sahni