fix(@xen-orchestra/fs): reduce memory usage during outputstream (full VM backup)

This commit is contained in:
Florent Beauchamp 2023-03-15 16:10:49 +01:00 committed by Julien Fontanet
parent 507e9a55c2
commit a5447fda3c
2 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,6 @@ export default class S3Handler extends RemoteHandlerAbstract {
const upload = new Upload({
client: this._s3,
queueSize: 1,
partSize: IDEAL_FRAGMENT_SIZE,
params: {
...this._createParams(path),
Body,

View File

@ -14,6 +14,7 @@
- [Backup/Restore] Fix restore via a proxy showing as interupted (PR [#6702](https://github.com/vatesfr/xen-orchestra/pull/6702))
- [REST API] Backup logs are now available at `/rest/v0/backups/logs`
- [ESXI import] Fix failing imports when using non default datacenter name [Forum#59543](https://xcp-ng.org/forum/post/59543) PR [#6729](https://github.com/vatesfr/xen-orchestra/pull/6729)
- [Backup] Fix backup worker consuming too much memory and being killed by system during full VM backup to S3 compatible remote PR [#6732](https://github.com/vatesfr/xen-orchestra/pull/6732)
### Packages to release
@ -31,6 +32,7 @@
<!--packages-start-->
- @xen-orchestra/fs patch
- @xen-orchestra/vmware-explorer patch
- @xen-orchestra/backups minor
- xo-cli patch