"Error using parpool no space left on device" -- even when there is enough space.

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

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:

Sign in to comment.

Categories

Products

Release

R2024a

Asked:

on 8 Jan 2025

Answered:

on 22 Jan 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!