From: Leandro Lucarella Date: Sat, 22 Aug 2009 20:32:34 +0000 (-0300) Subject: micro/rnd_data_2.d: Add a comment about expected memory usage X-Git-Url: https://git.llucax.com/software/dgc/dgcbench.git/commitdiff_plain/32e30dccf780043b8459855864b59961a740f9a0?hp=0fd90b095e5d567f24c1b3fd476ef79a1f2fcef9 micro/rnd_data_2.d: Add a comment about expected memory usage --- 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;