From 32e30dccf780043b8459855864b59961a740f9a0 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 22 Aug 2009 17:32:34 -0300 Subject: [PATCH] micro/rnd_data_2.d: Add a comment about expected memory usage --- micro/rnd_data_2.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/micro/rnd_data_2.d b/micro/rnd_data_2.d index eab18ac..1cd89bf 100644 --- a/micro/rnd_data_2.d +++ b/micro/rnd_data_2.d @@ -4,6 +4,9 @@ // (changed not to print anything and lower the total iterations; ported to // Tango) +// Total residency should be ~160 MiB, but it usually increases a lot because +// of false positives (probably in the static memory area) + import tango.math.random.Random; const N = 2_000_000; -- 2.43.0