Skip to content

Commit

Permalink
fix: remove memory_limit for tengo
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Feb 5, 2024
1 parent dd35aa0 commit 3fbc5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rce/packages/tengo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ run_command = [ "tengo", "{file}" ]
aliases = [ "tengo", "tgo", "tg" ]
test_file = "test.tengo"
should_limit_memory = true
memory_limit = 256
process_limit = 256
memory_limit = 0
process_limit = 4096
allowed_entrypoints = 1

0 comments on commit 3fbc5cf

Please sign in to comment.