xo-interpreter2: skrepl: increase aux arena size
16k not sufficient on osx (with VirtualSchematikaMachine alloc'd). Increase to 32k
This commit is contained in:
parent
729348799f
commit
459abd4925
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ namespace xo {
|
|||
//using ArenaConfig = xo::mm::ArenaConfig;
|
||||
|
||||
AppConfig(const ReplConfig & repl_cfg = ReplConfig(),
|
||||
const ArenaConfig & app_arena_cfg = ArenaConfig().with_name("skreplxx").with_size(16 * 1024),
|
||||
const ArenaConfig & app_arena_cfg = ArenaConfig().with_name("skreplxx").with_size(32 * 1024),
|
||||
const VsmConfig & vsm_cfg = VsmConfig().with_x1_debug_flag(true))
|
||||
: repl_config_{repl_cfg}, app_arena_config_{app_arena_cfg}, vsm_config_{vsm_cfg}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue