DEV-529: Dynamic shared memory type fix from posix to mmap

feature/DEV-655
Hoan To 3 years ago
parent 1a529cf787
commit a49e2923d5

@ -51,7 +51,7 @@ postgres_base_config:
line: "unix_socket_directories = '/var/run/postgresql'" line: "unix_socket_directories = '/var/run/postgresql'"
- -
regex: "^dynamic_shared_memory_type" regex: "^dynamic_shared_memory_type"
line: "dynamic_shared_memory_type = posix" line: "dynamic_shared_memory_type = mmap"
- -
regex: "^max_wal_size" regex: "^max_wal_size"
line: "max_wal_size = 1GB" line: "max_wal_size = 1GB"

Loading…
Cancel
Save