Files
llvm-project/llvm/lib/Support/InitLLVM.cpp
David Tenty 6360bbbb68 [AIX] Raise soft memory limits to hard limits (#167928)
AIX out-of-box memory soft limits are often
insufficient to run LLVM on reasonably size
inputs. Thus, we often encounter users who run
into spurious out of memory errors.

This change raises the memory soft limits
to the hard limits at LLVM startup to prevent
these types of issues.
2025-11-17 13:46:37 -05:00

4.5 KiB