Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2016-06-21 06:44:10 +0300
committerDaniel Schaal <daniel@schaal.email>2016-06-21 06:44:10 +0300
commit8891080a343eb9887b4642838b611aa14f2bf00c (patch)
tree3feb4babdfa17d9c2e5e352ab15cadaedb7d910a /gradle.properties
parent0b386f9848cba9cb5edf727907742ef29073d048 (diff)
Update to gradle 2.14 and increase usable memory for gradle
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 504df4d5..72f2804e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -30,9 +30,9 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
-# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true \ No newline at end of file
+org.gradle.parallel=true \ No newline at end of file