Change ?HYOGE blob size from 1GB -> 75MB to reduce RAM required for eunit tests
This commit is contained in:
parent
4cb166368a
commit
184a54ebbd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ clean_up_data_dir(DataDir) ->
|
||||||
-ifndef(PULSE).
|
-ifndef(PULSE).
|
||||||
|
|
||||||
-define(TESTDIR, "./t").
|
-define(TESTDIR, "./t").
|
||||||
-define(HYOOGE, 1 * 1024 * 1024 * 1024). % 1 long GB
|
-define(HYOOGE, 75 * 1024 * 1024). % 75 MBytes
|
||||||
|
|
||||||
random_binary_single() ->
|
random_binary_single() ->
|
||||||
%% OK, I guess it's not that random...
|
%% OK, I guess it's not that random...
|
||||||
|
|
Loading…
Reference in a new issue