From: Wouter V. <wou...@gm...> - 2018-12-17 18:32:45
|
Hi everybody, We are running valgrind as part of our code analysis tools. We used to run all our tools on a dedicated machine, but we are now moving to cloud machines to be able to scale up our parallel build capabilities. As part of this effort, I am looking at what kind of machine would be more appriopate for each tool. For example, I have noticed that runing cppcheck with 8 threads or with 16 threads does not bring the improvement we expected. However running it on a faster CPU does make a big difference. Are there any such recommendated specs for an "ideal" valgrind running machine? Assuming this machine will only run valgrind and nothing else. Regards, Wouter Vermeiren |