Am 27.07.23 um 10:37 schrieb Alexander Zeidler: > diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm > index 31e9fdb..ba4a61a 100644 > --- a/src/PVE/VZDump/Common.pm > +++ b/src/PVE/VZDump/Common.pm > @@ -88,6 +88,16 @@ PVE::JSONSchema::register_format('backup-performance', { > default => 16, > optional => 1, > }, > + 'pbs-entries-max' => { > + description => "Applies to container backups sent to PBS. Limits the > number of entries " > + ."allowed in memory at a given time to avoid unintended OOM > situations. Increase it to " > + ."enable backups of folders with a large amount of files. It must > be minimum the sum "
Nit: I thought the traversing algorithm we have in the backup client requires at most that number of elements or did I misunderstand again? So lower values could work depending on the actual structure, thus saying "must" is not technically correct. So maybe say "should be at least the sum" ("at least" sounds more natural than "minimum" IMHO)? > + ."of all file/folder siblings at each level in its path.", _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel