From 3eeac863a6294ab81689fdf29b56981152f1d0c9 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 6 May 2016 23:41:11 +0000 Subject: [PATCH] [libFuzzer] tweak the documentation about rss_limit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268822 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.50.1