Comment 7 for bug 2073787

Revision history for this message
Benjamin Drung (bdrung) wrote : Re: apport-retrace needs more than 1 GB memory (when using sandbox)

For reference the sizes of the Contents files:

## jammy

Compressed:

```
$ du -B M -s *jammy*Contents* | sort -n
19M jammy-proposed-Contents-amd64.gz
45M jammy-Contents-amd64.gz
122M jammy-security-Contents-amd64.gz
126M jammy-updates-Contents-amd64.gz
```

Uncompressed:

```
$ du -B M -s *jammy*Contents* | sort -n
339M jammy-proposed-Contents-amd64
717M jammy-Contents-amd64
2242M jammy-security-Contents-amd64
2306M jammy-updates-Contents-amd64
```

## noble

Compressed:

```
$ du -B M -s *noble*Contents* | sort -n
3M noble-proposed-Contents-amd64.gz
11M noble-security-Contents-amd64.gz
11M noble-updates-Contents-amd64.gz
49M noble-Contents-amd64.gz
```

Uncompressed:

```
$ du -B M -s *noble*Contents* | sort -n
44M noble-proposed-Contents-amd64
182M noble-security-Contents-amd64
188M noble-updates-Contents-amd64
791M noble-Contents-amd64
```