summaryrefslogtreecommitdiffstats
path: root/base.json
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-04 18:14:03 +0200
committerJonathan Bauer2020-05-04 18:14:03 +0200
commitda9cb8cbf425011914eda7dfe504114f67fb7721 (patch)
treed9150a17ba0dc483d43fee14c155088a693a5976 /base.json
parentcentos-7-x86_64.json: update to 2003 (diff)
downloadpacker-templates-da9cb8cbf425011914eda7dfe504114f67fb7721.tar.gz
packer-templates-da9cb8cbf425011914eda7dfe504114f67fb7721.tar.xz
packer-templates-da9cb8cbf425011914eda7dfe504114f67fb7721.zip
base.json: increase baseline RAM to 4G
Diffstat (limited to 'base.json')
-rw-r--r--base.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/base.json b/base.json
index 7881558..698d8f0 100644
--- a/base.json
+++ b/base.json
@@ -2,7 +2,7 @@
"cpus": "2",
"disk_size": "5000",
"headless": "true",
- "memory": "2048",
+ "memory": "4096",
"ssh_timeout": "60m",
"ssh_username": "root"
}