Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit ebb0aa2

Browse files
author
Alexey Masterov
committed
Add trans_spill parameter to reduce consumed space in /dev/shm.
1 parent f283b70 commit ebb0aa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests_install/test_multimaster_install.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ def init(self):
9393
conf.write(
9494
'listen_addresses = \'%s\'\n' % ', '.join(
9595
self.listen_ips.values()) +
96-
'unix_socket_directories = \'\'\n'
96+
'unix_socket_directories = \'\'\n' +
97+
'multimaster.trans_spill_threshold = \'20MB\'\n'
9798
)
9899
with open(os.path.join(self.datadir, 'pg_hba.conf'), 'a') as hba:
99100
hba.write(

0 commit comments

Comments
 (0)