Temporary files not deleted
Hello,
When creating a document by attaching a binary file to it, nuxeo creates a temporary directory with the binary file in question in nuxeo.tmp.dir.
The problem is that these directories will not be deleted and therefore it will increase the size of the tmp file.
Does anyone have an explanation for this?
Thanks in advance.
Hello,
According to https://jira.nuxeo.com/browse/NXP-17098, you should use nuxeo.startup.clean.tmp.dir=true
in your nuxeo.conf
file to remove all temporary files on startup.
Regards
In fact I tried to add this parameter in the nuxeo.conf but no impact on the tmp, And this may be due to the fact that I am on the LTS-2019 version (10.10).