Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
Remove MaxHeapSize
  • Loading branch information
thomascarpentier authored Dec 14, 2023
1 parent ff4a0ee commit 2ea7c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ kotlin.code.style=official
org.gradle.daemon=true

# Try and findout the best heap size for your project build.
org.gradle.jvmargs=-Xmx3096m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx3096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# Modularise your project and enable parallel build
org.gradle.parallel=true

# Enable configure on demand.
org.gradle.configureondemand=true

org.gradle.caching=true
org.gradle.caching=true

0 comments on commit 2ea7c84

Please sign in to comment.