Re: Out of Memory Problem!!! Urgent!!!

1999-10-01 Thread Dustin Lang
I'm not surprised. You're allocating 20 megs for your program. This is not much. I'm not surprised you're running out of memory. I'd suggest using a higher value. > java -mx2k xxApplication -- To UNSUBSCRIBE, email

Re: Out of memory in JavaDoc in Java 1.2prev2

1999-09-24 Thread dave madden
=>From: Rachel Greenham <[EMAIL PROTECTED]> =>... =>I can't create a Javadoc of my library! I get out of memory errors. The =>computer has loads of memory left over. "I can't be overdrawn -- I still have checks left!" :-) =>Any ideas what I can do about this? The http://java.sun.com/produc

Re: Out of memory exception

1998-12-16 Thread Marius Schamschula
Thanks for the hints, I got responses for invoking java, not the appletviewer. My handy copy of Java in a Nutshell at work is the first edition, so I missed the fact that one can pass the java options on through. The more recent copy at home gave me the answer: use -J[java option]. Thus the solut

Re: Out of memory exception

1998-12-15 Thread hiro
Hi, How about '-mx' option? For example, java -mx128M yourClass from [EMAIL PROTECTED] From: "Marius Schamschula" <[EMAIL PROTECTED]> Subject: Out of memory exception Date: Mon, 14 Dec 1998 12:56:40 -0600 > Hi one and all, > > I've written a Java based image processing Applet. It w

Re: Out of memory - Garbage collector

1998-08-26 Thread Michael Sinz
On Wed, 26 Aug 1998 09:59:37 +0100, [EMAIL PROTECTED] wrote: >Help > >I believe there may be a problem with the garbage collector as it >doesn't seem to release all the memory when it is not reference > >(But I could be wrong) > >I have list my version, m/c spec and a simple program > >Many thank

Re: out of memory

1998-06-18 Thread Paris Flegas
try to make more swap space. I had the same problem. On Wed, 17 Jun 1998, Richard Hall wrote: > I've just begun using JDK1.1.6 on my Debian 2.0.29 machine, and the > compiler often, but not always claims to be out of memory. top says: > > Mem: 14324K av, 14020K used,304K free, 8732K s

Re: out of memory

1998-06-18 Thread Pavel
You should probably increase -mx option value when running java. AFAIK default value is 32M All the Best Pavel Richard Hall wrote: > > I've just begun using JDK1.1.6 on my Debian 2.0.29 machine, and the > compiler often, but not always claims to be out of memory. top says: > > Mem: 14324K a

Re: out of memory

1998-06-17 Thread pat cavanagh
Richard Hall wrote: > I've just begun using JDK1.1.6 on my Debian 2.0.29 machine, and the > compiler often, but not always claims to be out of memory. top says: > > Mem: 14324K av, 14020K used,304K free, 8732K shrd, 92K buff > Swap: 32252K av, 17908K used, 14344K free

Re: Out of memory

1998-06-12 Thread Wuff
> > Hi Paris > > Look at > http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux-5.html#ss5.7 > > I believe that you need more memory - check how big is your swap and make it > bigger. As I know javac and javadoc eat a lot of memory (can someone explains > why?). And when you run X, par

Re: Out of memory

1998-06-12 Thread Rani Pinchuk
Hi Paris Look at http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux-5.html#ss5.7 I believe that you need more memory - check how big is your swap and make it bigger. As I know javac and javadoc eat a lot of memory (can someone explains why?). And when you run X, part of your memory al

Re: **out of memory, exiting**

1998-06-01 Thread Matt Zagni
Ok.. I have no swap space.. (excuse me whilst I bash my head against a table, it may knock some more sense in me). Many thanks for all the kind replies. Matt

Re: **out of memory, exiting**

1998-06-01 Thread Joe Carter
Matt Zagni wrote: > > Hi, > > Well all looks great at the moment, how ever when I have > netscape active when I attempt to compile (using javac) > I get the following error **out of memory, exiting**. > > Has anyone else had his error or is it just my box. > Not seen it - even on a 486dx66 wit