Page MenuHomeFreeBSD

Limit memory usage in xz(1).
ClosedPublic

Authored by delphij on Feb 3 2020, 1:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 16, 9:52 AM
Unknown Object (File)
Fri, Aug 14, 5:46 AM
Unknown Object (File)
Tue, Aug 11, 10:22 AM
Unknown Object (File)
Mon, Aug 10, 6:03 PM
Unknown Object (File)
Mon, Aug 10, 9:17 AM
Unknown Object (File)
Mon, Aug 10, 9:16 AM
Unknown Object (File)
Sat, Aug 8, 9:04 PM
Unknown Object (File)
Sat, Aug 8, 3:04 PM
Subscribers

Details

Summary

Limit memory usage in xz(1) instead of in tuklib.

Apply upstream 353970510895f6a80adfe60cf71b70a95adfa8bc to
limit memory usage on 32-bit binary to 4020 MiB.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr added a subscriber: bcr.

OK from manpages.

kib added a subscriber: pho.

I am fine with bringing the upstream fix. I added Peter so that he can confirm that the issue reported by him does not re-appear.

This revision is now accepted and ready to land.Feb 3 2020, 6:23 PM

I tested this patch on i386 with 8 GB RAM and hw.physmem: 4294963200
LGTM.