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

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…