Change ?HYOGE blob size from 1GB -> 75MB to reduce RAM required for eunit tests

This commit is contained in:
Scott Lystig Fritchie 2016-02-26 15:46:17 +09:00
parent 4cb166368a
commit 184a54ebbd

View file

@ -38,7 +38,7 @@ clean_up_data_dir(DataDir) ->
-ifndef(PULSE).
-define(TESTDIR, "./t").
-define(HYOOGE, 1 * 1024 * 1024 * 1024). % 1 long GB
-define(HYOOGE, 75 * 1024 * 1024). % 75 MBytes
random_binary_single() ->
%% OK, I guess it's not that random...