Versions Compared

Key

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

...

By default system.vm.use.local.storage is set to false. If you want to use local storage, set it to true using the GUI. Alternatively, use if the management server has started, you can update the database with the command below:

Code Block
use cloud;
update configuration set value='true' where name='system.vm.use.local.storage';

...