This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-ansible-d…/Apache Ignite/2.15.0/ignite/role/defaults/main.yml
2024-01-18 15:35:34 +08:00

13 lines
350 B
YAML

#The default installation location
deploy_dir: /data/olap
#The default data storage location,use storing application data,logs and configuration files
data_dir: /data/olap
ignite:
#Running memory of the Nacos.
java_opt: '-Xmx1024m -Xms1024m'
#Setting region max size equal to physical RAM size(5 GB).
maxSize: '#{5L * 1024 * 1024 * 1024}'