Versions Compared

Key

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

...

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

crc config set memory 32000
crc config get memory

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

Code Block
themeEmacs
crc stop
crc start


For a full list of configuration parameters issue the following command:

...