[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Soot phase options



On Mon, 5 Feb 2001, Winghong Felix KWOK wrote:

> You should change the Java virtual machine options to increase the stack
> size. Do something like
> 
> java -mx300m soot.Main <etc>

Hi,

On the machine I use, the largest stack size soot takes is -Xmx2047m,
which still gives me a stack overflow.

Should I forget about inlining my methods... unless there's anything else
I could do?

Thanks!,
Genevieve

N.B.: Larger stack sizes yield the error message:
   Bad max heap size: -Xmx2048m
   Could not create the Java virtual machine.