Skip to content

Commit

Permalink
A bit more memory for junit
Browse files Browse the repository at this point in the history
  • Loading branch information
ari committed Jun 16, 2021
1 parent d227844 commit e0407e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ subprojects {

systemProperties 'java.awt.headless': 'true',
'java.locale.providers': 'COMPAT,SPI'
maxHeapSize = '2G'
maxHeapSize = '3000M'
maxParallelForks = 1
ignoreFailures = true

Expand Down
11 changes: 0 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
group = ish.oncourse.angel

licenseBypass = -1

maxmemoryServer = 1250m
maxmemoryServer64 = 2048m
maxmemoryClient = 900m
maxpermgenServer = 256m

serverMainClass = ish.oncourse.server.AngelServer

serverBundleNAme = onCourse Server

//=Properties for deployment to the nexus repository. Please override these in ~/.gradle/gradle.properties
nexusUsername = nothing
nexusPassword = nothing
Expand Down

0 comments on commit e0407e6

Please sign in to comment.