mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-04-27 04:57:16 +03:00
Update pve-update.md
This commit is contained in:
parent
c3fd5815a5
commit
679383ab46
@ -38,3 +38,15 @@ init 6
|
|||||||
```shell
|
```shell
|
||||||
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)"
|
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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user