Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Update gradle.properties (#46)
Browse files Browse the repository at this point in the history
A better option would be to use Xmx512m instead of Xmx1536m as there is a error due to that option.
Cause; The error is due to low level memory problem and also 32bit environment problem where is not possible to allocate so much memory for the heap
  • Loading branch information
criticic authored and DreamyPhobic committed Jan 29, 2019
1 parent 4ca5ef1 commit f1caba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx512m
# 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
Expand Down

0 comments on commit f1caba7

Please sign in to comment.