Skip to content

Commit

Permalink
Merge pull request #138 from qzhuyan/prepare-for-1B-conns
Browse files Browse the repository at this point in the history
feat: bump max procs to 16M
  • Loading branch information
qzhuyan authored Dec 3, 2021
2 parents eaa8542 + 7102b44 commit 0b0e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{escript_name, emqtt_bench}.
{escript_main_app, emqtt_bench}.
{escript_emu_args, "%%! -smp true +K true +A 16 +P 1000000 +Muacnl 0 +hms 64 -env ERL_MAX_PORTS 1000000 -env ERTS_MAX_PORTS 1000000\n"}.
{escript_emu_args, "%%! -smp true +K true +A 16 +P 16000000 +Muacnl 0 +hms 64 -env ERL_MAX_PORTS 16000000 -env ERTS_MAX_PORTS 16000000\n"}.
{escript_shebang, "#!/usr/bin/env escript\n"}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
Expand Down

0 comments on commit 0b0e04c

Please sign in to comment.