Skip to content

Commit

Permalink
fix(config): increasig mem to 12GB because of larger testing
Browse files Browse the repository at this point in the history
Signed-off-by: Michael C. Jaeger <[email protected]>
  • Loading branch information
mcjaeger committed Apr 28, 2021
1 parent 258319c commit f1551c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# Virtualbox section
# Please refer to SW360_provider and set the value to virtualbox
SW360_VB_CPUs=4 # well, how many logical cores ...
SW360_VB_RAM=11000 # RAM in MB, should be at least 5GB
SW360_VB_RAM=12000 # RAM in MB, should be at least 5GB
SW360_VB_DISK="20GB" # disk space in GB, should be at least 12GB

# AWS section
Expand Down

0 comments on commit f1551c9

Please sign in to comment.