From 147a9a06c7cc059981d10b7f9830620c33e52450 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 3 Nov 2022 14:23:02 +0100 Subject: [PATCH] build: increase default heap size I ran out of heap when running `test` (not even `+test`)... we don't want contributors hitting that --- .jvmopts | 1 + 1 file changed, 1 insertion(+) diff --git a/.jvmopts b/.jvmopts index e69de29b..7e1a33fa 100644 --- a/.jvmopts +++ b/.jvmopts @@ -0,0 +1 @@ +-Xmx2G