From 184a54ebbd5ae4ef46bec3a2d506757a2ae94872 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Fri, 26 Feb 2016 15:46:17 +0900 Subject: [PATCH] Change ?HYOGE blob size from 1GB -> 75MB to reduce RAM required for eunit tests --- test/machi_file_proxy_test.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/machi_file_proxy_test.erl b/test/machi_file_proxy_test.erl index 605abe7..10e16bf 100644 --- a/test/machi_file_proxy_test.erl +++ b/test/machi_file_proxy_test.erl @@ -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...