openai/openai-java
Publicmirrored from https://github.com/openai/openai-javaAvailable
gradle.properties
18lines · modeblame
6eb3f62eStainless Bot3 years ago | 1 | org.gradle.caching=true |
de59688dstainless-app[bot]1 years ago | 2 | org.gradle.configuration-cache=true |
6eb3f62eStainless Bot3 years ago | 3 | org.gradle.parallel=true |
0622daa1stainless-app[bot]1 years ago | 4 | org.gradle.daemon=false |
de59688dstainless-app[bot]1 years ago | 5 | # These options improve our compilation and test performance. They are inherited by the Kotlin daemon. |
| 6 | org.gradle.jvmargs=\ | |
b95b3551stainless-app[bot]1 years ago | 7 | -Xms2g \ |
| 8 | -Xmx8g \ | |
de59688dstainless-app[bot]1 years ago | 9 | -XX:+UseParallelGC \ |
| 10 | -XX:InitialCodeCacheSize=256m \ | |
| 11 | -XX:ReservedCodeCacheSize=1G \ | |
b95b3551stainless-app[bot]1 years ago | 12 | -XX:MetaspaceSize=512m \ |
| 13 | -XX:MaxMetaspaceSize=2G \ | |
de59688dstainless-app[bot]1 years ago | 14 | -XX:TieredStopAtLevel=1 \ |
| 15 | -XX:GCTimeRatio=4 \ | |
| 16 | -XX:CICompilerCount=4 \ | |
| 17 | -XX:+OptimizeStringConcat \ | |
| 18 | -XX:+UseStringDeduplication |