"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 commentaire

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:

Connectez-vous pour commenter.

Catégories

Produits

Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by