On 25/01/2019 10:00, Padala Dileep wrote:
My system has 4GB memory ( arm-linux ) . But when I try to run the
valgrind, the process becomes very slow, and it gets rebooted with a
message "valgrind: the 'impossible' happened'
How much RAM is expected to be present in the system to run valgrind
for 15-20 mins atleast.
There's no fixed number because it entirely depends on what you
are running valgrind on and which tool you are using.
Using the default tool (memcheck) which you appear to be you will
typically need a litle over double the memory your program would need
without valgrind because memcheck is keeping shadow state to tell it
which bits of your programs memory are initialised.
Tom
--
Tom Hughes (t...@compton.nu)
http://compton.nu/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users