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)
Mar 10 2024, 7:10 PM
Unknown Object (File)
Mar 10 2024, 7:10 PM
Unknown Object (File)
Mar 10 2024, 7:10 PM
Unknown Object (File)
Mar 7 2024, 9:18 PM
Unknown Object (File)
Jan 5 2024, 12:53 PM
Unknown Object (File)
Jan 5 2024, 12:09 PM
Unknown Object (File)
Jan 5 2024, 7:43 AM
Unknown Object (File)
Jan 5 2024, 7:27 AM
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.