mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
Reduce size of shared_buffer in test_unlogged_build to rertproduce the problem at main
This commit is contained in:
committed by
Konstantin Knizhnik
parent
b36c02dda5
commit
d6d39f790b
@@ -15,7 +15,7 @@ if TYPE_CHECKING:
|
||||
# If index size is smaller than segment size, the problem is avoided by file descriptor cache which prevents file deletion.
|
||||
def test_unlogged_build(neon_env_builder: NeonEnvBuilder):
|
||||
n_connections = 4
|
||||
shared_buffers = 1024
|
||||
shared_buffers = 128
|
||||
env = neon_env_builder.init_start()
|
||||
endpoint = env.endpoints.create_start(
|
||||
"main", config_lines=[f"shared_buffers='{shared_buffers}MB'"]
|
||||
|
||||
Reference in New Issue
Block a user