-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
niak clogs /tmp and kills the OS #391
Comments
A niak run that completes should leave no trace in tmp. If there is a crash, or many concurrent instances, it is very possible that this creates lots of left-over. Typically, that aspect of the configuration is done once and for all on a given niak install through the It should indeed be documented in http://psom.simexp-lab.org/psom_configuration.html and http://niak.simexp-lab.org/niak_installation.html FYI if you feel inspired to try and start a PR, location for the niak install doc is: |
Another note: it may also be that the current niak install does leak files in the tmp. |
found some documentation on this |
Thanks for pointing out @HanadS! It's not the best place for it, but at least it exists |
niak puts a lot of stuff in
/tmp
and never clear it up...From looking into the code, the place for tmp is set by
TMPDIR
env variable. This should be documented to help people to place temp files in an appropriate location (eg./scratch/
).The text was updated successfully, but these errors were encountered: