Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add info for RPi5 kernel (closes: #40)
  • Loading branch information
wofferl authored Mar 25, 2024
1 parent cf50616 commit 29f1ba5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@ sudo fallocate -l 4G /var/swap
sudo mkswap /var/swap
sudo swapon /var/swap
```
### 400 Bad Request on Raspberry Pi 5 (https://github.com/wofferl/proxmox-backup-arm64/issues/40)

The Raspberry Pi 5 uses a kernel with 16k page-size, which is incompatible with Proxmox Backup Server (jemalloc/Rust).
So you need to a 4k kernel on the RPi5 for Proxmox Backup Server to work.

0 comments on commit 29f1ba5

Please sign in to comment.