expr-lang/expr

Support setting the memory budget for VM

linsheng9731 opened this issue · 2 comments

Support setting the memory budget for VM

Now the memory budget for VM is set to the default value. This proposal aims to make the memory budget configurable.

@linsheng9731 You can modify the default MemoryBudget value as follows:

vm.MemoryBudget = 2e6

This configuration should be set before creating the VM.