فهرست منبع

#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'
             excludeTags 'integration'
         }
         }
     }
     }
-    jvmArgs = [ "-Xmx1g" ] //already very low on memory available for the 3D renderer, don't let java steal too much of it
 }
 }