From: Geoffrey K. <ge...@kn...> - 2003-10-25 17:49:24
|
On Oct 23, 2003, at 5:28 PM, Ken Anderson wrote: > Matthew W. Bilotti <mbi...@ai...>: >> Do the heap and the stack share memory? Could >> this be the problem? We are running with -Xmx1024m. > > The -Xmx only effects the heap size, not the stack size. I was going to suggest -Xms, but that's for initial heap size (-Xmx is max heap size). I don't see anything for tweaking the stack. On the other hand, the JVM shouldn't be putting much on the stack, unless somehow there are layers upon layers of Java method calls. I wonder what a tool like OptimizeIt would show? Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk |