ours: ```[compile.zinc] name_hashing: False jvm_op...
# general
r
ours:
Copy code
[compile.zinc]
name_hashing: False
jvm_options: [
    '-Xmx6500m', '-XX:MaxMetaspaceSize=512m', '-XX:+UseConcMarkSweepGC', '-XX:ParallelGCThreads=4',
    '-XX:NewSize=2000m', '-XX:NewRatio=2', '-XX:SurvivorRatio=8',
    # bigger cache size for our big projects (default is just 5)
    '-Dzinc.analysis.cache.limit=1000'
  ]