Skip to content

Commit

Permalink
specify Xmx1g 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 8bf3874
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 the following memory to not run into OOM in github actions
org.gradle.jvmargs=-Xmx1g

0 comments on commit 8bf3874

Please sign in to comment.