Skip to content

Instantly share code, notes, and snippets.

@mreider
Created September 4, 2019 11:05
Show Gist options
  • Save mreider/0e29a910b8996fb434a5a455cf61631c to your computer and use it in GitHub Desktop.
Save mreider/0e29a910b8996fb434a5a455cf61631c to your computer and use it in GitHub Desktop.
Reset memory and CPU in multipass

Stop multipass sudo launchctl unload /Library/LaunchDaemons/com.canonical.multipassd.plist

Edit the config sudo vim /var/root/Library/Application\ Support/multipassd/multipassd-vm-instances.json

you can edit “mem_size” there (it’s in bytes)

Start it again. sudo launchctl load /Library/LaunchDaemons/com.canonical.multipassd.plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment