Skip to content

Commit 18cea3c

Browse files
fixed shared memory issue
Signed-off-by: sougata-progress <sougatab@progress.com>
1 parent 07c015a commit 18cea3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/builder-datastore/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ work_mem = "4MB"
3232
maintenance_work_mem = "64MB"
3333
autovacuum_work_mem = "-1"
3434
max_stack_depth = "2MB"
35-
dynamic_shared_memory_type = "posix"
35+
dynamic_shared_memory_type = "sysv"
3636
temp_file_limit = "-1"
3737
max_files_per_process = 1000
3838
shared_preload_libraries = ""

0 commit comments

Comments
 (0)