Skip to content

Commit

Permalink
increase number of threads for tsnode
Browse files Browse the repository at this point in the history
  • Loading branch information
blackav committed Oct 19, 2024
1 parent 5d291ea commit bf95408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ej-suid-container.c
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ apply_language_profiles(void)
} else if (!strcmp(language_name, "tsnode")) {
enable_sys_fork = 1;
enable_sys_execve = 1;
limit_processes = 20;
limit_processes = 50;
limit_stack_size = 1024 * 1024; // 1M
if (limit_vm_size > 0 && limit_rss_size <= 0) {
limit_rss_size = limit_vm_size;
Expand Down

0 comments on commit bf95408

Please sign in to comment.