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.
| Setting | Description |
|---|---|
xms | The minimum memory allocated to JVM. |
xmx | The 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
Questa pagina è stata utile?