Skip to content

Commit

Permalink
Try a vheap bump in the channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Sep 5, 2024
1 parent f24b02c commit d9e839f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/rabbit/src/rabbit_channel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ update_user_state(Pid, UserState) when is_pid(Pid) ->
init([Channel, ReaderPid, WriterPid, ConnPid, ConnName, Protocol, User, VHost,
Capabilities, CollectorPid, LimiterPid, AmqpParams]) ->
process_flag(trap_exit, true),
process_flag(min_bin_vheap_size, 46422 * 32),

?LG_PROCESS_TYPE(channel),
?store_proc_name({ConnName, Channel}),
ok = pg_local:join(rabbit_channels, self()),
Expand Down

0 comments on commit d9e839f

Please sign in to comment.