"Error using parpool no space left on device" -- even when there is enough space.
8 views (last 30 days)
Show older comments
When I attempt to run my code, it immidiately fails with the warning:
```
Error using parpool (line 133)
No space left on device
Error in testing (line 39)
parpool(2)
```
Even though I have more than enough space available in my tmp folder and storage (>1TB).
What might be the cause of this error?
1 Comment
praguna manvi
on 9 Jan 2025
Edited: praguna manvi
on 9 Jan 2025
Could you share the script for further investigation? This error generally occurs when the "tmp" folder used by MATLAB is full, or you might have reached the inode limit. You can check this with the "df -i" command. Here is a useful discussion on a similar issue:
Answers (1)
Kirk
on 22 Jan 2025
If the default directory is causing issues, you can change the temporary directory using the tempdir function in MATLAB https://www.mathworks.com/matlabcentral/Space Waves/answers/475072-why-do-i-see-a-matlab-error-using-xlsread-about-no-space-left-on-device-with-linux-os
0 Comments
See Also
Categories
Find more on Parallel Computing Fundamentals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!