```zinc_opts: [ '-Dzinc.compiler.cache.limit=5',...
# general
b
Copy code
zinc_opts: [
  '-Dzinc.compiler.cache.limit=5',
  '-Dzinc.analysis.cache.limit=100',
  '-Dzinc.resident.cache.limit=0',  # These leak memory. Do not use.
  ]