[all-commits] [llvm/llvm-project] af0a8b: sanitizer_common: bump default file max size to 256MB
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Oct 29 05:03:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af0a8b83172af67d65edd04ee18f864db9867d47
https://github.com/llvm/llvm-project/commit/af0a8b83172af67d65edd04ee18f864db9867d47
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common.h
Log Message:
-----------
sanitizer_common: bump default file max size to 256MB
I am hitting some cases where /proc/self/maps does not fit into 64MB.
256MB is lots of memory, but it's not radically more than the current 64MB.
Ideally we should read/parse these huge files incrementally,
but that's lots of work for a debugging/introspection interface.
So for now just bump the limit.
Depends on D112793.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D112794
More information about the All-commits
mailing list