Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 333 Bytes

File metadata and controls

28 lines (19 loc) · 333 Bytes

Tuning parameters via postgresql.conf

Docker Compose

Start

docker-compose --project-name="habr-pg-17" up -d

Stop

docker-compose --project-name="habr-pg-17" down

Run psql

psql -U habrpguser -d habrdb

Check options

show work_mem;
show max_connections;