Skip to content

Commit d9e839f

Browse files
committed
Try a vheap bump in the channel.
1 parent f24b02c commit d9e839f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/rabbit/src/rabbit_channel.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ update_user_state(Pid, UserState) when is_pid(Pid) ->
485485
init([Channel, ReaderPid, WriterPid, ConnPid, ConnName, Protocol, User, VHost,
486486
Capabilities, CollectorPid, LimiterPid, AmqpParams]) ->
487487
process_flag(trap_exit, true),
488+
process_flag(min_bin_vheap_size, 46422 * 32),
489+
488490
?LG_PROCESS_TYPE(channel),
489491
?store_proc_name({ConnName, Channel}),
490492
ok = pg_local:join(rabbit_channels, self()),

0 commit comments

Comments
 (0)