openai/openai-java

Public

mirrored from https://github.com/openai/openai-javaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v3.5.1

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

gradle.properties

18lines · modeblame

6eb3f62eStainless Bot3 years ago1org.gradle.caching=true
de59688dstainless-app[bot]1 years ago2org.gradle.configuration-cache=true
6eb3f62eStainless Bot3 years ago3org.gradle.parallel=true
0622daa1stainless-app[bot]1 years ago4org.gradle.daemon=false
de59688dstainless-app[bot]1 years ago5# These options improve our compilation and test performance. They are inherited by the Kotlin daemon.
6org.gradle.jvmargs=\
b95b3551stainless-app[bot]1 years ago7-Xms2g \
8-Xmx8g \
de59688dstainless-app[bot]1 years ago9-XX:+UseParallelGC \
10-XX:InitialCodeCacheSize=256m \
11-XX:ReservedCodeCacheSize=1G \
b95b3551stainless-app[bot]1 years ago12-XX:MetaspaceSize=512m \
13-XX:MaxMetaspaceSize=2G \
de59688dstainless-app[bot]1 years ago14-XX:TieredStopAtLevel=1 \
15-XX:GCTimeRatio=4 \
16-XX:CICompilerCount=4 \
17-XX:+OptimizeStringConcat \
18-XX:+UseStringDeduplication