serf: bump NockStack size to 4GB

This commit is contained in:
Alex Shelkovnykov 2023-12-06 10:31:29 -03:00
parent aa002b47ee
commit 1d777a60dd

View File

@ -42,7 +42,7 @@ impl Context {
// TODO: switch to Pma when ready // TODO: switch to Pma when ready
// let snap = &mut snapshot::pma::Pma::new(snap_path); // let snap = &mut snapshot::pma::Pma::new(snap_path);
let mut snapshot = DoubleJam::new(snap_path); let mut snapshot = DoubleJam::new(snap_path);
let mut stack = NockStack::new(256 << 10 << 10, 0); let mut stack = NockStack::new(512 << 10 << 10, 0);
let cold = Cold::new(&mut stack); let cold = Cold::new(&mut stack);
let hot = Hot::init(&mut stack); let hot = Hot::init(&mut stack);