We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f0ab0 commit cfa6da7Copy full SHA for cfa6da7
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.1.92"
+postgres-version = "15.1.1.93"
docker/all-in-one/entrypoint.sh
@@ -58,7 +58,7 @@ function configure_services {
58
}
59
60
function enable_swap {
61
- fallocate -l 1G /data/swapfile
+ fallocate -l 512M /data/swapfile
62
chmod 600 /data/swapfile
63
mkswap /data/swapfile
64
swapon /data/swapfile
0 commit comments