mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-27 10:05:52 +08:00
集群设置增加自动硬盘TRIM选项
This commit is contained in:
@@ -70,6 +70,13 @@
|
||||
<p class="comment">选中后,表示自动调整Linux内核等参数,以便提升性能。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-show="false">
|
||||
<td>自动执行硬盘<br/>TRIM</td>
|
||||
<td>
|
||||
<checkbox name="autoTrimDisks" value="1"></checkbox>
|
||||
<p class="comment">执行TRIM后可以移除SSD硬盘中无效的数据,从而显著SSD硬盘提升写入性能。</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h4>DNS设置选项 <span class="grey small">(可选)</span></h4>
|
||||
|
||||
Reference in New Issue
Block a user