Page MenuHomeFreeBSD

Limit memory usage in xz(1).
ClosedPublic

Authored by delphij on Feb 3 2020, 1:03 AM.
Tags
None
Referenced Files
F106193408: D23474.diff
Thu, Dec 26, 10:41 PM
Unknown Object (File)
Sun, Dec 15, 2:24 AM
Unknown Object (File)
Mon, Dec 9, 8:47 PM
Unknown Object (File)
Nov 24 2024, 11:26 PM
Unknown Object (File)
Nov 12 2024, 2:40 AM
Unknown Object (File)
Nov 6 2024, 8:40 PM
Unknown Object (File)
Sep 28 2024, 10:25 AM
Unknown Object (File)
Sep 16 2024, 4:18 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29117
Build 27057: arc lint + arc unit

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.