|
From: Nicholas N. <nj...@ca...> - 2004-06-23 08:28:49
|
On Tue, 22 Jun 2004, Tom Hughes wrote: > > > * What's considered a normal client stack size? Is it reasonable to > > > limit it? > > > > 8MB is probably enough for most of the class of applications that > > people use Valgrind on. However, there are numerical apps that want > > 1GB or so. > > Can we configure it at run time based on the user's stacksize limit > or is this something that needs to be fixed at build time? I think it can be done at run-time, so using the stacksize limit if it's there is a good idea, otherwise, having a default size that can be adjusted with a cmd-line arg sounds reasonable. N |