kubevirt / kubevirt-tekton-tasks

VM specific tasks for Tekton Pipelines
Apache License 2.0
31 stars 34 forks source link

minimize RAM usage of disk uploader when extracing big disks #547

Open codingben opened 3 weeks ago

codingben commented 3 weeks ago

There can be big disk images. The size of them can be 10-100gb (e.g. in Windows VMs). May be need to perform scalability testing in order to ensure that existing functionality can deal with big disk images.

@akalenyu said that CDI is using below 1gb of RAM to import disk images from container registry, and in our case, it could be also applied.

codingben commented 3 weeks ago

Currently disk-uploader requests 3gb of memory and limits it to 5gb.