集群设置中增加“自动调节系统参数”选项

This commit is contained in:
GoEdgeLab
2023-10-08 16:01:21 +08:00
parent 60cca022a6
commit 44ef38e19d
6 changed files with 854 additions and 815 deletions

View File

@@ -25,4 +25,5 @@ message NodeCluster {
bool autoRemoteStart = 19;
bool autoInstallNftables = 20;
bytes sshParamsJSON = 21;
bool autoSystemTuning = 23; // 是否自动调节系统参数
}