openai/openai-java

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v3.4.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

gradle.properties

18lines · modepreview

org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.daemon=false
# These options improve our compilation and test performance. They are inherited by the Kotlin daemon.
org.gradle.jvmargs=\
  -Xms2g \
  -Xmx8g \
  -XX:+UseParallelGC \
  -XX:InitialCodeCacheSize=256m \
  -XX:ReservedCodeCacheSize=1G \
  -XX:MetaspaceSize=512m \
  -XX:MaxMetaspaceSize=2G \
  -XX:TieredStopAtLevel=1 \
  -XX:GCTimeRatio=4 \
  -XX:CICompilerCount=4 \
  -XX:+OptimizeStringConcat \
  -XX:+UseStringDeduplication