]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] tweak the documentation about rss_limit
authorKostya Serebryany <kcc@google.com>
Fri, 6 May 2016 23:41:11 +0000 (23:41 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 6 May 2016 23:41:11 +0000 (23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268822 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index fb6a10dc6eab3ec0a101ef5803ebab488935c609..4d6a0847bea4ff2eb96447edde2fe57faa118071 100644 (file)
@@ -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