Skip to content

Commit b8ca305

Browse files
committed
Remove predefined setting for shared_buffers
1 parent 4149bde commit b8ca305

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testgres/testgres.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def init(self, allows_streaming=False, initdb_params=[]):
308308
"max_wal_senders = 5\n"
309309
"wal_keep_segments = 20\n"
310310
"max_wal_size = 128MB\n"
311-
"shared_buffers = 128MB\n"
312311
"wal_log_hints = on\n"
313312
"hot_standby = on\n"
314313
"max_connections = 10\n")

0 commit comments

Comments
 (0)