Can the mac os hard drive be enlarged to be bigger than 100gb? #977
-
Hi there, I created a MacOS catalina vm a few days ago and then I upgraded it to ventura and also installed xcode, docker and a bunch of other developer tools on it. Due to this my mac os hard drive is now almost full (has only 2gb space left) is there any way to make the hard drive bigger? Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can change the disk size in the config file. For example, add |
Beta Was this translation helpful? Give feedback.
You can change the disk size in the config file. For example, add
disk_size="200G"
to change the maximum allocated disk size to 200GB. You will have to change the partition size within the VM as well, if possible, or create another partition.