Skip to content
Snippets Groups Projects
Commit c4cb118d authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Make prev. default explicit

parent 9459438c
No related branches found
No related tags found
1 merge request!393Draft: Support QEmu local grid - DO NOT MERGE
Pipeline #4838 passed
...@@ -31,7 +31,9 @@ Vagrant.configure("2") do |config| ...@@ -31,7 +31,9 @@ Vagrant.configure("2") do |config|
# dev. But should you want to: # dev. But should you want to:
# #
# domain.memory = 4096 # domain.memory = 4096
domain.memory = 512 #
# Meanwhile, 1024 was apparently the default with VirtualBox
domain.memory = 1024
# Using a specific pool may help to manage the disk space # Using a specific pool may help to manage the disk space
domain.storage_pool_name = pool_name domain.storage_pool_name = pool_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment