You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading large files (500+ MB the /tmp location is too small and upload via slicer or browser not possible.
What did you expect to happen
Magic :)
That the file would be uploaded without an error.
How to reproduce
Just slice a 600MB Gcode file
Additional information
Fix:
Simple fix:
In /etc/fstab remove the tmpfs line
And replace with: tmpfs /tmp tmpfs rw,nodev,nosuid,size=2G 0 0
This creates a 2GB /tmp and fixes upload issues.
The text was updated successfully, but these errors were encountered:
What happened
When uploading large files (500+ MB the /tmp location is too small and upload via slicer or browser not possible.
What did you expect to happen
Magic :)
That the file would be uploaded without an error.
How to reproduce
Just slice a 600MB Gcode file
Additional information
Fix:
Simple fix:
In /etc/fstab remove the tmpfs line
And replace with: tmpfs /tmp tmpfs rw,nodev,nosuid,size=2G 0 0
This creates a 2GB /tmp and fixes upload issues.
The text was updated successfully, but these errors were encountered: