From 45da3ebe069c7edbcfeb0d761b546a5de9f6b33d Mon Sep 17 00:00:00 2001 From: Kim Walisch Date: Fri, 16 Feb 2024 23:30:52 +0100 Subject: [PATCH] Update comment --- src/app/stressTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/stressTest.cpp b/src/app/stressTest.cpp index 2b4436114..d450d3898 100644 --- a/src/app/stressTest.cpp +++ b/src/app/stressTest.cpp @@ -39,7 +39,7 @@ namespace { /// Lookup table of correct prime count results. /// primeCounts_1e13[i] = PrimePi(1e13+i*1e11) - PrimePi(1e13+(i-1)*1e11) /// This test sieves near 10^13 where most memory fits into -/// the CPU's cache. Each thread uses about 3.1 MiB of memory. +/// the CPU's cache. Each thread uses < 5 MiB of memory. /// This tests puts the highest load on the CPU, but not much /// load on the RAM. ///