set work_mem to 250MB in postgres (in run.sh)
This commit is contained in:
parent
7c2044be23
commit
a10fd7a309
1
run.sh
1
run.sh
@ -68,6 +68,7 @@ if [ "$1" == "import" ]; then
|
||||
sudo -u postgres psql -d gis -c "CREATE EXTENSION hstore;"
|
||||
sudo -u postgres psql -d gis -c "ALTER TABLE geometry_columns OWNER TO renderer;"
|
||||
sudo -u postgres psql -d gis -c "ALTER TABLE spatial_ref_sys OWNER TO renderer;"
|
||||
sudo -u postgres psql -d gis -c "SET work_mem TO '250MB';"
|
||||
setPostgresPassword
|
||||
|
||||
# Download Luxembourg as sample if no data is provided
|
||||
|
Loading…
Reference in New Issue
Block a user