Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] doc for <iajc>?

Try to put more memory for the eclipse with this parameters
-Xms96m <- min memory at startup (m means megabytes)
-Xmx198m <- max memory while working

-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx
[mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of Anagnost, Ted (MED,
GEMS-IT)
Sent: Monday, February 09, 2004 6:36 PM
To: 'aspectj-users@xxxxxxxxxxx'
Subject: RE: [aspectj-users] doc for <iajc>?


Yes

-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx
[mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of José Luis Barrera
Sent: Monday, February 09, 2004 4:17 AM
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] doc for <iajc>?


The problem is an outofmemory in eclipse?

-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx
[mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of Anagnost, Ted (MED,
GEMS-IT)
Sent: Friday, February 06, 2004 9:51 PM
To: 'aspectj-users@xxxxxxxxxxx'
Subject: [aspectj-users] doc for <iajc>?


Hello,

My colleague and I are running out of memory when compiling.  We have an
application of more than
1000 classes.  He has tried to start up with more memory but his machine
only has 512meg and we still
get an out of memory error on a 1 gig machine as well.

We are not sure what to try.  It seems as if iajc may be our only hope.
I have a few questions:

Where is the documentation for this task on the web site?
Does it allow us to compile more classes than is normally possible with
eclipse when memory is an issue?
What do you suggest to help us out with this problem?

Thanks,

Ted

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top