order
This commit is contained in:
parent
1ce01bdf7a
commit
7a93f4b2a3
|
@ -249,13 +249,13 @@
|
||||||
%% Long GC
|
%% Long GC
|
||||||
{long_gc, 100},
|
{long_gc, 100},
|
||||||
|
|
||||||
|
%% Long Schedule(ms)
|
||||||
|
{long_schedule, 50},
|
||||||
|
|
||||||
%% 8M words. 32MB on 32-bit VM, 64MB on 64-bit VM.
|
%% 8M words. 32MB on 32-bit VM, 64MB on 64-bit VM.
|
||||||
%% 8 * 1024 * 1024
|
%% 8 * 1024 * 1024
|
||||||
{large_heap, 8388608},
|
{large_heap, 8388608},
|
||||||
|
|
||||||
%% Long Schedule(ms)
|
|
||||||
{long_schedule, 50},
|
|
||||||
|
|
||||||
%% Busy Port
|
%% Busy Port
|
||||||
{busy_port, true},
|
{busy_port, true},
|
||||||
|
|
||||||
|
|
|
@ -242,13 +242,13 @@
|
||||||
%% https://github.com/erlang/otp/blob/feb45017da36be78d4c5784d758ede619fa7bfd3/erts/emulator/beam/erl_gc.c#L421
|
%% https://github.com/erlang/otp/blob/feb45017da36be78d4c5784d758ede619fa7bfd3/erts/emulator/beam/erl_gc.c#L421
|
||||||
{long_gc, false},
|
{long_gc, false},
|
||||||
|
|
||||||
|
%% Long Schedule(ms)
|
||||||
|
{long_schedule, 50},
|
||||||
|
|
||||||
%% 8M words. 32MB on 32-bit VM, 64MB on 64-bit VM.
|
%% 8M words. 32MB on 32-bit VM, 64MB on 64-bit VM.
|
||||||
%% 8 * 1024 * 1024
|
%% 8 * 1024 * 1024
|
||||||
{large_heap, 8388608},
|
{large_heap, 8388608},
|
||||||
|
|
||||||
%% Long Schedule(ms)
|
|
||||||
{long_schedule, 50},
|
|
||||||
|
|
||||||
%% Busy Port
|
%% Busy Port
|
||||||
{busy_port, true},
|
{busy_port, true},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue