DNM: hack small buffer size into compute

This commit is contained in:
John Spray
2023-12-22 13:39:48 +00:00
parent 61044aa7f0
commit ed11fc0ec8

View File

@@ -69,6 +69,8 @@ pub fn write_postgres_conf(
)?;
}
writeln!(file, "shared_buffers=8MB")?;
if let Some(stripe_size) = &spec.shard_stripe_size {
writeln!(file, "neon.stripe_size={}", stripe_size)?;
}