瀏覽代碼

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

Richard Tingle 1 年之前
父節點
當前提交
902b182d36
共有 1 個文件被更改,包括 0 次插入1 次删除
  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
 }