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
This means the virtual disk used by the virtual machine or container is full. This may especially occur if you select some of the larger optional software packages. There is only limited space available in the VM or Docker container (roughly 9GB). For the VM, when you bootstrap your own LaMachine image from scratch (an option currently not available for Windows users though, see also #148), you can opt to create extra diskspace (an extra volume).
For Docker, you may need to increase the base size of your containers (depending on the storage driver you use for docker). Consult the docker documentation at https://docs.docker.com/storage/storagedriver/ and do so now if you need this.
Advanced VM users can resolve the problem on their existing LaMachine VM by adding another virtual disk and moving some of the data, but this requires a fair amount of Linux administration expertise on their part. The procedure is roughly as follows:
Create an extra disk for the LaMachine VM in the VirtualBox interface (see for instance this
tutorial up to step 11).
From within the LaMachine VM:
Partition the new disk (with fdisk or parted)
Format the new disk (with mkfs.ext4)
Add the new disk to /etc/fstab
Move /usr/local (which is where most of LaMachine is installed) to the new disk
Symlink the old /usr/local to the new path on the new disk
The text was updated successfully, but these errors were encountered:
This means the virtual disk used by the virtual machine or container is full. This may especially occur if you select some of the larger optional software packages. There is only limited space available in the VM or Docker container (roughly 9GB). For the VM, when you bootstrap your own LaMachine image from scratch (an option currently not available for Windows users though, see also #148), you can opt to create extra diskspace (an extra volume).
For Docker, you may need to increase the base size of your containers (depending on the storage driver you use for docker). Consult the docker documentation at https://docs.docker.com/storage/storagedriver/ and do so now if you need this.
Advanced VM users can resolve the problem on their existing LaMachine VM by adding another virtual disk and moving some of the data, but this requires a fair amount of Linux administration expertise on their part. The procedure is roughly as follows:
tutorial up to step 11).
fdisk
orparted
)mkfs.ext4
)/etc/fstab
/usr/local
(which is where most of LaMachine is installed) to the new disk/usr/local
to the new path on the new diskThe text was updated successfully, but these errors were encountered: