summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-05-06 23:41:11 +0000
committerKostya Serebryany <kcc@google.com>2016-05-06 23:41:11 +0000
commit1ed1aeaa94061a9007df291e44a4407958d54223 (patch)
tree5bc53b7cbe0ac0fed5e5e4bc5135357b65eecb75
parent8b8f7a3cda6f33b19fb7880c35652e0be9d26104 (diff)
downloadbcm5719-llvm-1ed1aeaa94061a9007df291e44a4407958d54223.tar.gz
bcm5719-llvm-1ed1aeaa94061a9007df291e44a4407958d54223.zip
[libFuzzer] tweak the documentation about rss_limit
llvm-svn: 268822
-rw-r--r--llvm/docs/LibFuzzer.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index fb6a10dc6ea..4d6a0847bea 100644
--- a/llvm/docs/LibFuzzer.rst
+++ b/llvm/docs/LibFuzzer.rst
@@ -659,9 +659,7 @@ pass and if the actual leak is found, it will be reported with the reproducer
and the process will exit.
If your target has massive leaks and the leak detection is disabled
-you will eventually run out of RAM.
-To protect your machine from OOM death you may use
-e.g. ``ASAN_OPTIONS=hard_rss_limit_mb=2000`` (with AddressSanitizer_).
+you will eventually run out of RAM (see the ``-rss_limit_mb`` flag).
Fuzzing components of LLVM
OpenPOWER on IntegriCloud