expand gradle.properties jvm ram usage
All checks were successful
Java CI-CD with Gradle / build (push) Successful in 13m49s

This commit is contained in:
zhangyuheng 2024-08-15 17:35:10 +08:00
parent 041ae7d4c7
commit 7cebc29f20
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/deer-folia-api" vcs="Git" />
<mapping directory="$PROJECT_DIR$/deer-folia-server" vcs="Git" />
</component>
</project>

View File

@ -6,4 +6,6 @@ foliaRef = 053b04c7a1541cca6cda6f0bd1fb70cd2525c407
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.vfs.watch=false
org.gradle.vfs.watch=false
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2560m