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

Re: libtool problems during "make install"



Am Dienstag, 23. April 2002 15:32 schrieb David Schmitt:
> On Tue, Apr 23, 2002 at 02:33:53PM +0200, Cajus Pollmeier wrote:
> > 1) There's some java "out of memory" message when building the first
> >     time. The error is gone after you start make a second time. Since I'm
> >     no java expert (and the build machine has really enough memory) I
> >     have no idea how to fix this problem.
>
> Java sandboxes itself and puts a cap on its memory consumption.
>
> Try the following parameters:
>
>     -ss<number>       set the maximum native stack size for any thread
>     -oss<number>      set the maximum Java stack size for any thread
>     -ms<number>       set the initial Java heap size
>     -mx<number>       set the maximum Java heap size
>
> If I have seen this correctly, javadoc fails. Since javadoc is a wrapper
> script, you will have to use
>
>     -J<flag>            Pass <flag> directly to the runtime system
>
>
> as in -J-mx64000 e.g.

Thanks for the quick answer. I tried setting the mx flag to higher values and
it worked when it was drastically increased (to 160MB). Hope this value is
uncritical for the build system...?

So the first issue is fixed. Libtool to go ;-)

Thanks,
-Cajus


-- 
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: