diff options
author | Ivan A. Melnikov <iv@altlinux.org> | 2021-04-09 11:45:10 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2021-04-11 19:50:41 +0300 |
commit | fc3d3a7296ef58bb799a73943636b8bfd95339f7 (patch) | |
tree | 49539b3d03ac9ac89d25314e38724293998a4f9b /dos | |
parent | CMake: Use interface library for better FindLibLZMA compatibility. (diff) | |
download | xz-fc3d3a7296ef58bb799a73943636b8bfd95339f7.tar.xz |
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.
Diffstat (limited to 'dos')
0 files changed, 0 insertions, 0 deletions