-
Notifications
You must be signed in to change notification settings - Fork 17
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
Document the usage of temp rather than $HOME for keeping temporary data files #218
Comments
An additional point here is that while $HOME usually has a lot of space,
There's a bunch of extra stuff here (including stuff that says
We can tell that the temporary directory is under >>> import tempfile
>>> tempfile.gettempdir()
'/tmp'
>>> And looking at the list of various mountpoints in the Anyway, the thing to note here is that there is 57G available for all users on a single node when using |
I've discussed some potential solutions in 2i2c-org/infrastructure#3833, but don't believe we should put more effort into them at this point. |
Message from Yuvi on Slack:
The text was updated successfully, but these errors were encountered: