Skip to content

Commit

Permalink
specify Xmx500m as min requirement for gradle to build the project
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Nov 13, 2023
1 parent 3d04861 commit 067fe1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ kotlin.code.style=official
# com.github.vlsi.gradle-extensions prints only failing or slow test results
slowTestLogThreshold=500
slowSuiteLogThreshold=5000

# the project requires at least 500m to not run into OMM
org.gradle.jvmargs=-Xmx500m

0 comments on commit 067fe1d

Please sign in to comment.