-
Notifications
You must be signed in to change notification settings - Fork 106
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
Plotting to tmpfs fails on write #151
Comments
This is due to the final plot file being written unbuffered (with direct I/O enabled), which tmpfs does not support. An upcoming version will allow you to disable this by setting a command line option. |
I am also waiting for a solution to this issue.
and use this folder as the final folder for the plots. |
I got a similar error but I just have 4 SSD's in a raid. |
Was this feature ever added? Trying to plot directly to 256GB ramdisk on 2.1.1 with
|
Yes you can use the |
Hmm I've tried basically all positional args and it doesn't seem recognized. Is it not available with ramplot? 🤔
|
It's available only directly from the |
Hello,
I'd like to remove the need for nvme by using more ram.
Mounted a large tmpfs:
Set <out_dir> to it and it's failing on the initial write:
It does make a zero length file in the directory though. Any ideas on the cause?
The text was updated successfully, but these errors were encountered: