Skip to content

Commit

Permalink
Merge pull request #327 from basho/gh309-ets-limit+ports
Browse files Browse the repository at this point in the history
Increase ERL_MAX_PORTS and ERL_MAX_ETS_TABLES
  • Loading branch information
slfritchie committed May 21, 2013
2 parents fd59181 + 457d2ac commit e6db4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rel/files/vm.args
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
+W w

## Increase number of concurrent ports/sockets
-env ERL_MAX_PORTS 4096
-env ERL_MAX_PORTS 64000

## Tweak GC to run more often
-env ERL_FULLSWEEP_AFTER 0
Expand All @@ -26,7 +26,7 @@
-env ERL_CRASH_DUMP {{crash_dump}}

## Raise the ETS table limit
-env ERL_MAX_ETS_TABLES 8192
-env ERL_MAX_ETS_TABLES 256000

## Force the erlang VM to use SMP
-smp enable
Expand Down

0 comments on commit e6db4f5

Please sign in to comment.