summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-11 11:01:42 -0700
committerRocky Madden <git@rockymadden.com>2013-01-12 10:02:20 -0700
commit85bcd29bb816184550cef00b280a8db6bab44a41 (patch)
tree0b39275de4d6b614a78827f9e3845013639dd7c2
parent0066c5410b7cc48512891aff7d1ceb9a38c20004 (diff)
downloadstringmetric-85bcd29bb816184550cef00b280a8db6bab44a41.tar.gz
stringmetric-85bcd29bb816184550cef00b280a8db6bab44a41.tar.bz2
stringmetric-85bcd29bb816184550cef00b280a8db6bab44a41.zip
Removed permgensweeping and double RAM allocations.
-rwxr-xr-xgradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 06b28c5..686b8df 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1 @@
-org.gradle.jvmargs=-XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx1024m \ No newline at end of file
+org.gradle.jvmargs=-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m \ No newline at end of file