xz/src
Ivan A. Melnikov fc3d3a7296 Reduce maximum possible memory limit on MIPS32
Due to architectural limitations, address space available to a single
userspace process on MIPS32 is limited to 2 GiB, not 4, even on systems
that have more physical RAM -- e.g. 64-bit systems with 32-bit
userspace, or systems that use XPA (an extension similar to x86's PAE).

So, for MIPS32, we have to impose stronger memory limits. I've chosen
2000MiB to give the process some headroom.
2021-04-11 19:50:41 +03:00
..
common Windows: Fix building of resource files when config.h isn't used. 2020-07-12 20:46:24 +03:00
liblzma liblzma: Fix unitialized variable. 2021-01-29 21:19:08 +02:00
lzmainfo Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00
scripts Scripts: Add zstd support to xzdiff. 2021-01-11 23:57:11 +02:00
xz Reduce maximum possible memory limit on MIPS32 2021-04-11 19:50:41 +03:00
xzdec Build: Add support for translated man pages using po4a. 2020-02-07 15:32:21 +02:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00