cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

Investigate memory footprint of cache unarchiving #346

Closed fkorotkov closed 6 months ago

fkorotkov commented 6 months ago

We've seen reports of people having an OOM on a 1.3GB cache within a container with 2GB memory. Seems we have some innefiency in cache handling on unarchiving size judging by the output:

Downloaded 1295Mb in 14.346304s.
Cache hit for maven-1234567890!

Will be great to see how can we optimize this part.