-
Notifications
You must be signed in to change notification settings - Fork 96
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
Make temp location configurable #117
Comments
I leave it to the system (tempfile.mkdtemp()). I don't specify "/tmp", You would prefer to use a standard filesystem rather than an expanded Dustin On Thu, Dec 11, 2014 at 4:54 PM, vondrt4 [email protected] wrote:
|
From the manual to mkdtemp: So it actually is configurable. I can run it as It wouldn't work from fstab, though, but I don't use it that way. |
I also would like to have the temp location configurable. My tempfs is not very large, so it can cause me issues with large objects being stored there. I would rather have that control back like we did before, as an option of course. |
I'll also ask for this. my tmp is on tmpfs and is only 8GB. I wouldnt be able to transfer anything over 8GB here amd likely a lot less. |
This is more of a wish than a bug.
If someone happens to have /tmp on tmpfs or a full filesystem, they would appreciate an option to specify the temp directory location.
(I personally will revert to the /tmp/gdrivefs hardcoded path from version 0.13 and link it somewhere big. The file where it is defined is gdfs/opened_file.py.)
The text was updated successfully, but these errors were encountered: