summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-10-11 18:23:21 +0200
committerJonathan Bauer2019-10-11 18:23:21 +0200
commit3ddac08f7b352753e4f6fcb0262d27066e06cfca (patch)
tree5ce44ac504273c006073d57fbda28bc4a721eca1
parentAdd centos-8 kickstart, inside of kickstart link to deprecated functions (diff)
downloadpacker-templates-3ddac08f7b352753e4f6fcb0262d27066e06cfca.tar.gz
packer-templates-3ddac08f7b352753e4f6fcb0262d27066e06cfca.tar.xz
packer-templates-3ddac08f7b352753e4f6fcb0262d27066e06cfca.zip
base.json: increase defaults to 2GB RAM & 5GB HDD
-rw-r--r--base.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/base.json b/base.json
index 77890be..7881558 100644
--- a/base.json
+++ b/base.json
@@ -1,8 +1,8 @@
{
"cpus": "2",
- "disk_size": "4000",
+ "disk_size": "5000",
"headless": "true",
- "memory": "1024",
+ "memory": "2048",
"ssh_timeout": "60m",
"ssh_username": "root"
}