Skip to content

Commit

Permalink
chore: set number of ets tables and processes (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 authored Jan 31, 2024
1 parent 57088b5 commit 59573a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.26
1.1.27
6 changes: 6 additions & 0 deletions rel/vm.args.eex
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
## Tweak GC to run more often
##-env ERL_FULLSWEEP_AFTER 10

## Set number of ETS tables
+e 5000

## Set number of processes
+P 1000000

-kernel inet_dist_listen_min 20000
-kernel inet_dist_listen_max 21000

0 comments on commit 59573a1

Please sign in to comment.