Update pve-update.md

This commit is contained in:
ruslan 2025-03-20 15:20:28 +01:00 committed by GitHub
parent c3fd5815a5
commit 679383ab46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,3 +38,15 @@ init 6
```shell
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)"
```
## Ограничение потребление RAM zfs'ом
В `/etc/modprobe.d/zfs.conf` добавить следующую строку (2GB на 1TB):
```python
options zfs zfs_arc_max=4294967296
```
Применение и перезагрузка
```shell
update-initramfs -u -k all
init 6
```