Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] RE: Aspect java heap error

Hi Eric,

Thanks for your support. I have rechecked that memory parameters are right.

Probably It's huge price for the correctness strategy of AspectJ1.5.3

My pointcut matches all calls to java.net.Socket from a jar file. The
program runs on a 

Solaris box.


Ramakrishnan

-----Original Message-----
From: eric.bodden@xxxxxxxxxxxxxx [mailto:eric.bodden@xxxxxxxxxxxxxx] On
Behalf Of Eric Bodden
Sent: Tuesday, September 11, 2007 8:32 AM
To: rameenak@xxxxxxxxx
Cc: aspectj-users@xxxxxxxxxxx
Subject: Re: Aspect java heap error

> I had set the heap size with parameters -Xms64m -Xmx512m.Still I got 
> the heap space error. Are LTW memory requirements so high?

That would surprise me very much - although it depends on the pointcuts a
bit, I guess. Are you sure you got the command line right?
Did you give the parameters to the JVM (not the program)? Just to make
sure...

Eric

--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top