[pbs-devel] [RFC PATCH proxmox-backup 3/3] tools/zip: compress zips with deflate
Dietmar Maurer
dietmar at proxmox.com
Tue Mar 16 09:14:50 CET 2021
> @Wolfgang, could you please look at this? I am not sure about using
> the Compress in an async function. It is only in memory, but does it
> 'block'? i am not sure how we could do this differently in an
> async context though...
Compression can use 100% CPU, so you should move that to a separate thread ...
More information about the pbs-devel
mailing list