Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geoffrey Métais
VLC-Android
Commits
221e235e
Commit
221e235e
authored
Sep 24, 2019
by
Geoffrey Métais
Browse files
Gradle: Increase heapSize, 2G are not enough
parent
ed43aeb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
gradle.properties
View file @
221e235e
...
...
@@ -4,4 +4,4 @@ android.databinding.incremental=true
kapt.incremental.apt
=
true
kapt.use.worker.api
=
true
kapt.include.compile.classpath
=
false
org.gradle.jvmargs
=
-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
vlc-android/build.gradle
View file @
221e235e
...
...
@@ -17,7 +17,7 @@ android {
dexOptions
{
maxProcessCount
8
javaMaxHeapSize
"
2
g"
javaMaxHeapSize
"
4
g"
preDexLibraries
true
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment