We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad36f07 commit 95fe3acCopy full SHA for 95fe3ac
2 files changed
mix.exs
@@ -4,7 +4,7 @@ defmodule Realtime.MixProject do
4
def project do
5
[
6
app: :realtime,
7
- version: "2.68.4",
+ version: "2.68.5",
8
elixir: "~> 1.18",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
rel/vm.args.eex
@@ -10,8 +10,8 @@
## Tweak GC to run more often
11
##-env ERL_FULLSWEEP_AFTER 10
12
13
-## Limit process heap for all procs to 500 MB. The number here is the number of words
14
-+hmax <%= div(500_000_000, :erlang.system_info(:wordsize)) %>
+## Limit process heap for all procs to 2500 MB. The number here is the number of words
++hmax <%= div(2_500_000_000, :erlang.system_info(:wordsize)) %>
15
16
## Set distribution buffer busy limit (default is 1024)
17
+zdbbl 100000
0 commit comments