blob: 70660e4732b4ebe1ed904744943fdbb216802678 (
plain)
1
2
3
4
5
|
pgx86 run_opts="size=50G"
pgarm64 run_opts="size=50G"
# ppc64el: 24GB is not enough to build postgis with 4 workers (huge B-Ds)
pgppc64el run_opts="size=100G,nr_inodes=800k"
pgs390x run_opts="size=100G,nr_inodes=800k"
|