aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 78603aa..9bd9168 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -18,7 +18,7 @@ export CACHE_DIR
# Erlang, quickly!
-ERL = erl +A0 -noinput -boot no_dot_erlang
+ERL = erl -noinput -boot no_dot_erlang -kernel start_distribution false +P 1024 +Q 1024
# Platform detection, condensed version.