Skip to content

Commit

Permalink
fix: change default number of cores
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Nov 23, 2022
1 parent f2193fd commit 7cc9f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vagrant-zones/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ def initialize
@consolehost = '0.0.0.0'
@console_onboot = 'false'
@console = 'webvnc'
@memory = '4G'
@memory = '2G'
@diskif = 'virtio-blk'
@netif = 'virtio-net-viona'
@cpus = 2
@cpus = 1
@cpu_configuration = 'simple'
@complex_cpu_conf = UNSET_VALUE
@boot = UNSET_VALUE
Expand Down

0 comments on commit 7cc9f65

Please sign in to comment.