[Soot-list] Large the heap to Soot

paris yiapa pyiapa at gmail.com
Wed Jun 16 10:42:09 EDT 2010


Hi Cristina,

I think the problem might be with your eclipse memory settings rather than
the heap size you specify when you run your application.

Check the file 'eclipse.ini' and make sure that the -vmargs are OK. Some
version of eclipse have small default values for that.
Try to change them to -Xms128m -Xmx512m

In addition if you are you are using sun VM you may need to increase the
size of the permanent generation memory. This option is inside 'eclipse.ini'
as well (it looks like that: -XX:MaxPermSize=<memory size>)

- Paris


On Wed, Jun 16, 2010 at 2:39 PM, Cristina Ilie <crysgirlro at yahoo.com> wrote:

> Hi,
>
> I would like to know how to allocate more memory to Soot(heap). I know I
> have the option: -Xmx400m (for example) but I run my tool from eclipse
> (through graphic interface) and I don't find in that list (General, Input
> Options ...) the options to large the heap.
>
> Thanks,
> Cristina
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20100616/cfd05115/attachment.html 


More information about the Soot-list mailing list