Skip to content

Commit

Permalink
fix: set distribution buffer busy limit to 100000 kilobytes (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 authored Dec 20, 2023
1 parent 73bda1d commit 0f1afad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Realtime.MixProject do
def project do
[
app: :realtime,
version: "2.25.44",
version: "2.25.46",
elixir: "~> 1.14.0",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
3 changes: 3 additions & 0 deletions rel/vm.args.eex
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

## Limit process heap for all procs to 1000 MB
+hmax 1000000000

## Set distribution buffer busy limit (default is 1024)
+zdbbl 100000

0 comments on commit 0f1afad

Please sign in to comment.