mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-06 05:30:38 +00:00
demo snapshot
This commit is contained in:
@@ -4,7 +4,7 @@ export RUST_LOG=DEBUG
|
||||
INITIAL_SHARDS=1
|
||||
PAGESERVERS=8
|
||||
FINAL_SHARDS=8
|
||||
STRIPE_SIZE=1024
|
||||
STRIPE_SIZE=2048
|
||||
SCALE=10
|
||||
ARGS=--release
|
||||
RUST_LOG=info
|
||||
|
||||
@@ -17,4 +17,4 @@ cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0608 --id=7
|
||||
cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0708 --id=8
|
||||
cargo neon $ARGS tenant status
|
||||
|
||||
cargo neon $ARGS endpoint start ep-main
|
||||
cargo neon $ARGS endpoint start ep-main
|
||||
|
||||
@@ -24,7 +24,7 @@ pub mod defaults {
|
||||
// which is good for now to trigger bugs.
|
||||
// This parameter actually determines L0 layer file size.
|
||||
pub const DEFAULT_CHECKPOINT_DISTANCE: u64 = 256 * 1024 * 1024;
|
||||
pub const DEFAULT_CHECKPOINT_TIMEOUT: &str = "10 m";
|
||||
pub const DEFAULT_CHECKPOINT_TIMEOUT: &str = "10 s";
|
||||
|
||||
// Target file size, when creating image and delta layers.
|
||||
// This parameter determines L1 layer file size.
|
||||
|
||||
Reference in New Issue
Block a user