Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/estdlib/src/code_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ load(Module) ->
%% Currently, the only live stream backend that needs estimate is mmap
%% and it should not be passed a value too large to not slow down valgrind too
%% much during tests. A factor of 32 is more than enough, the largest observed
%% ration is 21 for aarch64 and Elixir code. Also apply a minimum of 128 kb
%% ratio is 21 for aarch64 and Elixir code. Also apply a minimum of 128 kb
%% which shouldn't affect valgrind too much.
%% jit_stream_flash and jit_stream_binary ignore the size parameter.
%% @return size in bytes
Expand Down
Loading