Hi,
I run Lubuntu inside Parallels. Lubuntu is used as a build environment for a software project. During the build process, a lot of temp and cached files are generated. When I copy the project files into Lubuntu and build it, it works just fine. But the ideal development setup for me is to keep the project files on Mac and symlink from from the build directory inside Lubuntu to project files through the Parallels Shared folder. When I do this and start the build process, at one point it throws the following error:
WARNING: The free inode of /media/psf/Home/....../tmp (Home) is running low (4.000K left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free inode of /media/psf/Home/....../downloads (Home) is running low (4.000K left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free inode of /media/psf/Home/....../sstate-cache (Home) is running low (4.000K left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
I suspect that it has to do with inode settings in Parallels, as OSX partition is HFS+ which, as far as I read, does not have inodes limitations. My questions:
1- Is it possible to increase inode limits in Parallels? If so, how?
2- Could the problem be due to another reason that I can't see from above errors?
Thanks in advance.
I run Lubuntu inside Parallels. Lubuntu is used as a build environment for a software project. During the build process, a lot of temp and cached files are generated. When I copy the project files into Lubuntu and build it, it works just fine. But the ideal development setup for me is to keep the project files on Mac and symlink from from the build directory inside Lubuntu to project files through the Parallels Shared folder. When I do this and start the build process, at one point it throws the following error:
WARNING: The free inode of /media/psf/Home/....../tmp (Home) is running low (4.000K left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free inode of /media/psf/Home/....../downloads (Home) is running low (4.000K left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free inode of /media/psf/Home/....../sstate-cache (Home) is running low (4.000K left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
I suspect that it has to do with inode settings in Parallels, as OSX partition is HFS+ which, as far as I read, does not have inodes limitations. My questions:
1- Is it possible to increase inode limits in Parallels? If so, how?
2- Could the problem be due to another reason that I can't see from above errors?
Thanks in advance.