Alfresco / alfresco-transform-core

GNU Lesser General Public License v3.0
15 stars 24 forks source link

make tempfile dir a config parameter #496

Open hi-ko opened 2 years ago

hi-ko commented 2 years ago

alfresco-transform-core-aio writes temp files to /tmp

The directory to write to should be configurable

jameshcovington commented 2 years ago

I've run into this issue, added "-Djava.io.tmpdir=/my/temp/path" to the JVM options