mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-27 22:00:24 +08:00
集群设置中增加“自动调节系统参数”选项
This commit is contained in:
@@ -60,7 +60,14 @@
|
||||
<td>自动安装nftables</td>
|
||||
<td>
|
||||
<checkbox name="autoInstallNftables" value="1"></checkbox>
|
||||
<p class="comment">在Linux系统中自动尝试安装<code-label>nftables</code-label>用于安全防御;此功能需要联网从Ubuntu、CentOS等软件库中下载安装包。</p>
|
||||
<p class="comment">选中后,表示在Linux系统中自动尝试安装<code-label>nftables</code-label>用于安全防御;此功能需要联网从Ubuntu、CentOS等软件库中下载安装包。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>自动调节系统参数</td>
|
||||
<td>
|
||||
<checkbox name="autoSystemTuning" value="1"></checkbox>
|
||||
<p class="comment">选中后,表示自动调整Linux内核等参数,以便提升性能。</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user