meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
vm:proxmox:pbs:performance [2023/05/02 12:19] niziakvm:proxmox:pbs:performance [2025/01/09 09:07] (current) niziak
Line 1: Line 1:
 ====== performance ====== ====== performance ======
 +
 +===== FS tuning =====
 +
 +PBS stores everything in files. Maximum file size is 4MB.
 +  * Block device backup is in 4MB chunks
 +  * File backup chunk varies from 64kB to 4MB
 +
 +Filesystems:
 +  * ZFS 
 +    * [[https://pbs.proxmox.com/docs/sysadmin.html#zfs-special-device|special device]]
 +    * 128kB recordsize can cause write amplification for chinks smaller than 128kB
 +    * larger recordsize = less IOPS
 +    * Create histogram from existing PBS chunks sizes.
 +
  
 <code> <code>