mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-04 12:40:37 +00:00
DNM: hack small buffer size into compute
This commit is contained in:
@@ -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)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user