11 lines
211 B
TOML
11 lines
211 B
TOML
# 计算节点专属配置
|
|
linux_distro = "centos"
|
|
linux_version = "8"
|
|
|
|
[nodes.compute]
|
|
variables = {"cpu_cores" = "48","memory" = "192G","swap_size" = "32G"}
|
|
|
|
# 追加XML路径
|
|
xml_paths = [
|
|
"xml/compute"
|
|
] |