Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
specify Xmx1g as min requirement for gradle to build the project
Browse files Browse the repository at this point in the history
robstoll committed Nov 13, 2023
1 parent 3d04861 commit 6a90b9d
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
@@ -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 the following MB to not run into OOM in github actions
org.gradle.jvmargs=-Xmx1g

0 comments on commit 6a90b9d

Please sign in to comment.