From: Kostya Serebryany Date: Fri, 6 May 2016 23:41:11 +0000 (+0000) Subject: [libFuzzer] tweak the documentation about rss_limit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eeac863a6294ab81689fdf29b56981152f1d0c9;p=llvm [libFuzzer] tweak the documentation about rss_limit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268822 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index fb6a10dc6ea..4d6a0847bea 100644 --- a/docs/LibFuzzer.rst +++ b/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