From 902b182d36a658363f0cc48c0d9d9ccb07fab0d4 Mon Sep 17 00:00:00 2001 From: Richard Tingle <6330028+richardTingle@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:22:43 +0100 Subject: [PATCH] #2279 Remove the jvm args (which didn't actually solve the problem in the end) --- jme3-screenshot-tests/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/jme3-screenshot-tests/build.gradle b/jme3-screenshot-tests/build.gradle index 8be730ed66..b0f7bd5c1d 100644 --- a/jme3-screenshot-tests/build.gradle +++ b/jme3-screenshot-tests/build.gradle @@ -35,5 +35,4 @@ test { excludeTags 'integration' } } - jvmArgs = [ "-Xmx1g" ] //already very low on memory available for the 3D renderer, don't let java steal too much of it } \ No newline at end of file