richdocumentscode icon indicating copy to clipboard operation
richdocumentscode copied to clipboard

allow definition of a separate tmp folder - system requirements

Open syntron opened this issue 5 years ago • 0 comments

I just installed NC19 and found this app. It works for me fine, but ...

The App uses system /tmp for temporary files. This is fine if it is big enough. However on my NC server I have a 256MB tmpfs mount for /tmp to speed things up. Opening a simple file creates ~200MB on /tmp for different tasks. If other programs are also using /tmp the system could crash due to out of space errors.

The reason seams to be that other documents available in NC are also loaded in the background. I for example found data of a pdf file in the systemd-private--apache2.service- folder below /tmp.

Would it be possible to restrict the tool to the opened file? Or, as I have enough hard disk space, it would be no problem to provide 1GB or so for temporary files. Is there a possibility to set this as an option? A possible path would be /var/tmp/

Thanks for the nice work!

syntron avatar Jun 03 '20 15:06 syntron