• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubevirt / containerized-data-importer / #6085 / 1
50%
main: 50%

Build:
Build:
LAST BUILD BRANCH: bugfix/dataimportcron-reconciliation-fix
DEFAULT BRANCH: main
Ran 29 Jun 2026 01:04PM UTC
Files 159
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2026 07:05PM UTC coverage: 49.704% (-0.06%) from 49.762%
#6085.1

Pull #4188

travis-ci

kenlacroix
Remove prlimit (RLIMIT_AS) address space limiting from qemu-img

The 1 GiB RLIMIT_AS address space limit on qemu-img subprocesses was
borrowed from an OpenStack Nova recommendation, but RLIMIT_AS caps
virtual (not physical/RSS) address space. The Go runtime reserves large
virtual address ranges via mmap that never become physical memory, so
the limit is fundamentally incompatible with Go programs and has caused
SIGSEGV/"cannot allocate memory" flakiness across architectures
(e.g. s390x).

The protection is also redundant: CDI runs in Kubernetes pods where the
container runtime enforces real memory limits via cgroups, and the limit
was only ever applied to the qemu-img info call.

Remove the RLIMIT_AS/RLIMIT_CPU prlimit mechanism and the unused
ProcessLimiter abstraction. ExecWithLimits and ProcessLimitValues.
CPUTimeLimit are kept: CPUTimeLimit still drives the context.WithTimeout
that protects against hung subprocesses (the 30s qemu-img info timeout).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Kenneth LaCroix <53909268+kenlacroix@users.noreply.github.com>
Pull Request #4188: Remove prlimit (RLIMIT_AS) address space limiting from qemu-img execution

15098 of 30376 relevant lines covered (49.7%)

0.56 hits per line

Source Files on job #6085.1
  • Tree
  • List 159
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6085
  • 8b20cb67 on github
  • Prev Job for on remove-prlimit-rlimit-as (##6080.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc