diff --git a/include/xo/interpreter2/VsmConfig.hpp b/include/xo/interpreter2/VsmConfig.hpp index 21d25234..ff211609 100644 --- a/include/xo/interpreter2/VsmConfig.hpp +++ b/include/xo/interpreter2/VsmConfig.hpp @@ -58,7 +58,7 @@ namespace xo { /** Configuration for allocator/collector. * TODO: may want to make CollectorConfig polymorphic **/ - X1CollectorConfig x1_config_ = X1CollectorConfig().with_name("gc").with_size(4*1024*1024); + X1CollectorConfig x1_config_ = std_x1_config(); /** Configuration for handful of non-moveable high-level objects * e.g. DArenaHashMap in global symtab **/