Explorar o código

#2279 Remove the jvm args (which didn't actually solve the problem in the end)

Richard Tingle hai 1 ano
pai
achega
902b182d36
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      jme3-screenshot-tests/build.gradle

+ 0 - 1
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
 }