Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

How to set Java Heap size and other Java Options

Java options, like heap size, can be set at deployment time using the SDC_JAVA_OPTS environment variable in the deployment manifest like this:

env:
- name: SDC_JAVA_OPTS
  value: "-Xmx4g -Xms4g"

See sdc.yaml for an example SDC manifest with Java Opts settings.