Skip to content

Commit cfa6da7

Browse files
committed
chore: resize swap and move to data dir
1 parent 71f0ab0 commit cfa6da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.92"
1+
postgres-version = "15.1.1.93"

docker/all-in-one/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function configure_services {
5858
}
5959

6060
function enable_swap {
61-
fallocate -l 1G /data/swapfile
61+
fallocate -l 512M /data/swapfile
6262
chmod 600 /data/swapfile
6363
mkswap /data/swapfile
6464
swapon /data/swapfile

0 commit comments

Comments
 (0)