Auto-sync: 20260105-122831
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -36,12 +36,12 @@ Investigated UPS power limit issues across both Proxmox servers.
|
||||
[Unit]
|
||||
Description=Disable KSM (Kernel Same-page Merging)
|
||||
After=multi-user.target
|
||||
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c "echo 0 > /sys/kernel/mm/ksm/run"
|
||||
RemainAfterExit=yes
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
@@ -108,12 +108,12 @@ curl -X POST -H "X-API-Key: xxx" http://localhost:20910/rest/system/restart
|
||||
[Unit]
|
||||
Description=Set CPU governor to powersave with balance_power EPP
|
||||
After=multi-user.target
|
||||
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash -c 'for gov in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo powersave > "$gov"; done; for epp in /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference; do echo balance_power > "$epp"; done'
|
||||
RemainAfterExit=yes
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
@@ -127,12 +127,12 @@ curl -X POST -H "X-API-Key: xxx" http://localhost:20910/rest/system/restart
|
||||
[Unit]
|
||||
Description=Set CPU governor to schedutil for power savings
|
||||
After=multi-user.target
|
||||
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash -c 'for gov in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo schedutil > "$gov"; done'
|
||||
RemainAfterExit=yes
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
@@ -194,4 +194,4 @@ Not useful when:
|
||||
- `general_profit` is negative
|
||||
|
||||
### What is Memory Ballooning?
|
||||
Guest-cooperative memory management. Hypervisor can request VMs to give back unused RAM. Independent from KSMD. Both are Proxmox/KVM memory optimization features but serve different purposes.
|
||||
Guest-cooperative memory management. Hypervisor can request VMs to give back unused RAM. Independent from KSMD. Both are Proxmox/KVM memory optimization features but serve different purposes.
|
||||
|
||||
Reference in New Issue
Block a user