-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
component/limaIssues related to lima and qemuIssues related to lima and qemukind/enhancementNew feature or requestNew feature or requestplatform/macos
Description
While not officially supported, you can increase the disk size of the virtual machine (while Rancher Desktop is stopped):
❯ /Applications/Rancher\ Desktop.app/Contents/Resources/resources/darwin/lima/bin/qemu-img resize \
-f raw "$HOME/Library/Application Support/rancher-desktop/lima/0/diffdisk" 500G
Image resized.
But when you start Rancher Desktop afterwards it displays an error dialog about shrinking it back (which is not supported):

You can prevent the dialog by adding the updated disk size to the override.yaml
file:
echo "disk: 500GB" >"$HOME/Library/Application Support/rancher-desktop/lima/_config/override.yaml"
But we should just update the disk size in lima.yaml
to match the current size instead.
Metadata
Metadata
Assignees
Labels
component/limaIssues related to lima and qemuIssues related to lima and qemukind/enhancementNew feature or requestNew feature or requestplatform/macos