Skip to content

Instantly share code, notes, and snippets.

@metlos
Created January 20, 2020 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metlos/080bcfa2ba88aca533462f647e6f2278 to your computer and use it in GitHub Desktop.
Save metlos/080bcfa2ba88aca533462f647e6f2278 to your computer and use it in GitHub Desktop.
CRC post install setup to work nicely with Eclipse Che
#!/bin/sh
set_vm_limits() {
sudo virsh setmaxmem crc 16G --config
sudo virsh setmem crc 16G --config
}
crc stop
set_vm_limits
crc start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment