You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openstreetmap-carto/scripts/tune-postgis.sh

8 lines
195 B
Bash

#!/bin/sh
set -e
export PGUSER="$POSTGRES_USER"
psql -c "ALTER SYSTEM SET work_mem='${PG_WORK_MEM:-16MB}';"
psql -c "ALTER SYSTEM SET maintenance_work_mem='${PG_MAINTENANCE_WORK_MEM:-256MB}';"