fix(@xen-orchestra/fs): reduce memory usage during outputstream (full VM backup)
This commit is contained in:
parent
507e9a55c2
commit
a5447fda3c
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user