Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEmacs
crc setup


Config

Configure our cpus, memory and memorydisk size.

Code Block
themeEmacs
crc config set cpus 6
crc config get cpus   

crc config set memory 16000
crc config get memory

crc config set disk-size 120
crc config get disk-size

Changes made while the cluster is running will require a restart before the changes are applied. 

...