From d1644ce0b11746c0c08873bc35cf8ffee3d2aaaf Mon Sep 17 00:00:00 2001 From: kimwalisch Date: Mon, 12 Feb 2024 14:12:38 +0100 Subject: [PATCH] Update manpage --- doc/primesieve.1 | 2 +- doc/primesieve.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/primesieve.1 b/doc/primesieve.1 index e42d2315e..83b27ba0b 100644 --- a/doc/primesieve.1 +++ b/doc/primesieve.1 @@ -131,7 +131,7 @@ Run stress testing\&. \fIMODE\fR can be either CPU (default) or RAM\&. The CPU \fIMODE\fR -uses little memory (on average about 85 MiB per thread) and puts the highest load on the CPU\&. The RAM +uses little memory (on average about 80 MiB per thread) and puts the highest load on the CPU\&. The RAM \fIMODE\fR uses 5 times more memory than the CPU \fIMODE\fR diff --git a/doc/primesieve.txt b/doc/primesieve.txt index 6f7bd7e49..7c1e5646e 100644 --- a/doc/primesieve.txt +++ b/doc/primesieve.txt @@ -79,7 +79,7 @@ OPTIONS *--stress-test*[='MODE']:: Run stress testing. 'MODE' can be either CPU (default) or RAM. The CPU - 'MODE' uses little memory (on average about 85 MiB per thread) and puts the + 'MODE' uses little memory (on average about 80 MiB per thread) and puts the highest load on the CPU. The RAM 'MODE' uses 5 times more memory than the CPU 'MODE' (each thread uses about 400 MiB), but the CPU usually won't get as hot as in the CPU 'MODE'. Stress testing keeps on running until either a