Skip to content

Commit

Permalink
Reduce the bufers
Browse files Browse the repository at this point in the history
  • Loading branch information
dgud committed Feb 18, 2025
1 parent bcbcc9e commit a6b91f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ssl/test/ssl_test_lib.erl
Original file line number Diff line number Diff line change
Expand Up @@ -4301,7 +4301,8 @@ assert_mfl(Socket, MFL) ->
?CT_LOG("Connection MFL ~p, Expecting: ~p ~n", [InfoMFL, MFL]),
{ok, [{max_fragment_length, ConnMFL}]} = InfoMFL,
ConnMFL = MFL.
-define(BIG_BUF, 10000000).

-define(BIG_BUF, 64_000).
%% Workaround data delivery issues on solaris | openbsd when kernel buffers are small
bigger_buffers() ->
case os:type() of
Expand Down

0 comments on commit a6b91f7

Please sign in to comment.