- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2016 10:36 AM
It seems whatever is configured in nuxeo.tmp.dir some conversion tasks are operated in the "/tmp" directory and there seems to be no cleanup. Not really clear what software is responsible for those files.
File types are : PNG image data, PDF document, Windows Enhanced Metafile, Zip archive data, etc.
Anyway it seems there is a default configuration about some temp dir that I would like to customize since my "/tmp" is quite small and it could become a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2016 11:50 AM
Hi,
It depends on your Nuxeo version:
- the tmp dir customization has been mainly fixed for Nuxeo 7.4 (NXP-13965)
- there was improvements for Nuxeo 8.1 (NXP-18667).
Before Nuxeo 7.4, it is a known issue that not all code is properly using the java.io.tmpdir
and nuxeo.tmp.dir
properties and that there are inconsistencies between both properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2016 11:50 AM
Hi,
It depends on your Nuxeo version:
- the tmp dir customization has been mainly fixed for Nuxeo 7.4 (NXP-13965)
- there was improvements for Nuxeo 8.1 (NXP-18667).
Before Nuxeo 7.4, it is a known issue that not all code is properly using the java.io.tmpdir
and nuxeo.tmp.dir
properties and that there are inconsistencies between both properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2016 12:27 PM
Thanks for your quick answer Julien.
