mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 09:06:23 +03:00
serf: bump NockStack size to 4GB
This commit is contained in:
parent
aa002b47ee
commit
1d777a60dd
@ -42,7 +42,7 @@ impl Context {
|
||||
// TODO: switch to Pma when ready
|
||||
// let snap = &mut snapshot::pma::Pma::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 hot = Hot::init(&mut stack);
|
||||
|
Loading…
Reference in New Issue
Block a user