Skip to content

Fix Memory Budget Exceeded #778

Answered by antonmedv
rdaniel1105 asked this question in Q&A
Discussion options

You must be logged in to vote

You're hitting the "memory budget exceeded" error because the list is too large. In expr-lang v1.17.0+, you can increase the memory limit using the vm.MemoryBudget option:

vm := vm.VM{MemoryBudget: 1e9}
vm.Run(program)

Adjust to fit your use case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rdaniel1105
Comment options

Answer selected by rdaniel1105
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants