Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit b1004f9

Browse files
committed
jdk memory
1 parent 2e9fcea commit b1004f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ projectDesc=OpenAPI Processor Core
88
projectGithubRepo=openapi-processor/openapi-processor-core
99

1010
kotlin.jvm.target.validation.mode=ignore
11+
1112
org.gradle.warning.mode=all
1213

13-
org.gradle.jvmargs=-Xmx2048m
14+
# sonarqube task needs more metaspace than the default 256m
15+
# gradle defaults: -Xmx512m -Xms256m -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError
16+
org.gradle.jvmargs=-Xmx512m -Xms256m -XX:MaxMetaspaceSize=300m -XX:+HeapDumpOnOutOfMemoryError
1417

0 commit comments

Comments
 (0)