Skip to content

Commit c7a48a4

Browse files
committed
chore: bump bytes-per-inode
1 parent 2d73137 commit c7a48a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.114-ext4-64bit"
1+
postgres-version = "15.6.1.114-ext4-bump-inode-ratio"

ebssurrogate/scripts/surrogate-bootstrap-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function format_and_mount_rootfs {
109109
mount /dev/xvdf1 /mnt/boot/efi
110110
fi
111111

112-
mkfs.ext4 -O ^64bit /dev/xvdh
112+
mkfs.ext4 -i 65536 /dev/xvdh
113113
mkdir -p /mnt/data
114114
mount -o defaults,discard /dev/xvdh /mnt/data
115115
}

0 commit comments

Comments
 (0)