Actions
Issue #9406
closedTrivial OOM on sync for a particular Microsoft repo
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 111
Quarter:
Description
Syncing https://packages.microsoft.com/rhel/8/prod/ results in an OOM even on a box with ~10gb of available memory
Related issues
Updated by dalley about 3 years ago
- Subject changed from Triviai OOM on sync to Trivial OOM on sync
Updated by dalley about 3 years ago
- Related to Issue #9399: sync error: invalid memory alloc request size added
Updated by dalley about 3 years ago
- Subject changed from Trivial OOM on sync to Trivial OOM on sync for a particular Microsoft repo
Updated by dalley about 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 105
Updated by dalley about 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dalley
In a non-Pulp reproducer that merely calls parses the metadata with createrepo_c using the same code as Pulp RPM, it's clear that for some reason in this case there is a pathological behavior with the custom hybrid iterative parser.
The traditional "all at once" parsing peaks at 900mb, the new iterative parser peaks around 600mb, but our custom parser blows through the 15.5gb available on my VM and triggers the OOM killer.
Updated by rchan about 3 years ago
- Sprint changed from Sprint 109 to Sprint 110
Updated by rchan almost 3 years ago
- Sprint changed from Sprint 110 to Sprint 111
Updated by dalley almost 3 years ago
Yeah this is not our fault. I reported it upstream to Microsoft.
https://github.com/dotnet/core/issues/6706#issuecomment-986330681
Updated by dalley almost 3 years ago
- Status changed from ASSIGNED to CLOSED - NOTABUG
Actions