Skip to main content

2026 年 5 月 13 日

Editing the manifest for EIC

In addition to the common settings outlined in the Editing the manifest file section, ensure to configure the following settings for EIC deployment.

Custom settings for EIC

java_heap_size (Optional)

The initial heap size and the maximum heap size allocated to JVM.

SettingDescription
xmsThe minimum memory allocated to JVM.
xmxThe maximum memory JVM can use.

Sample manifest for EIC (eic_manifest.yml)

# Version number for the EIC Container deployment manifest. This is auto generated and should not be altered.
version: "3.1.0.852"
eic_policy_engine:
  image_name: eic_image.tar.gz
  ssh_login_credentials:
    ssh_user: user1
    ssh_key_path: /home/user1/id_rsa
    ssh_port: 
  ssh_host_key_check: 1
  global_base_dir: $HOME
  container_logging:
    max_size: "10M"
    max_num_files: "5"
  #java_heap_size:
    #xms: "256m" 
    #xmx: "2g"   
  hosts:
    - address: 192.10.128.132
      api_port: 9099
      #host_info:
        #ssh_user:
        #ssh_key_path:
        #ssh_password:
        #ssh_port:
      #host_base_dir: $HOME
ca_cert_files: 
permissions:
  docker:
    no_sudo: false
  file_operations:
    no_sudo: false
  system:
    no_sudo: false
  network:
    no_sudo: false

此頁面對您有幫助嗎?

針對本主題提供意見回饋

本主題對您有幫助嗎?

請勿填寫任何個人或機密資訊。

正在產生連結…