tests: increase ReservedCodeCacheSize to default value (240MB on JDK 8)

This commit is contained in:
nik
2015-05-20 11:39:32 +03:00
parent 56be409434
commit 46e9797103
-1
View File
@@ -26,7 +26,6 @@ if ("GIT_TESTS".equalsIgnoreCase(System.getProperty("idea.test.group"))) {
def args = [
"-Xmx450m",
"-XX:MaxPermSize=430m",
"-XX:ReservedCodeCacheSize=96m",
"-Dsun.io.useCanonCaches=false"
]