Skip to content

Commit

Permalink
Update README.md, add postgresql settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlabing committed Jun 3, 2023
1 parent e082473 commit bfdce03
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,13 @@ Installation
6. Optimise postgres settings

Check the values of
* shared_buffers
* work_mem
* max_worker_processes
* max_parallel_workers_per_gather
* max_parallel_workers
* shared_buffers (approx. 25% of available memory)
* work_mem (approx25% of mem/max_connections)
* effective_cache_size (approx. 50% of mem)
* maintenance_work_mem (approx. 5% of mem)
* max_worker_processes (as number of CPUs)
* max_parallel_workers_per_gather (as number of CPUs)
* max_parallel_workers (as number of CPUs)

### MapServer

Expand Down

0 comments on commit bfdce03

Please sign in to comment.