NetBSD-Java archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: JDK/JRE 6 on NetBSD 3.1... should this work
On 1/30/09, Paul Newhouse <newhouse%rockhead.com@localhost> wrote:
> >
> > On Fri, Jan 30, 2009 at 01:07:17PM -0800, Paul Newhouse wrote:
> > >
> > > I should have mentioned:
> > >
> > > #: ulimit
> > > unlimited
> >
> > ulimit -a ???
>
>
> #: ulimit -a
> time(cpu-seconds) unlimited
> file(blocks) unlimited
> coredump(blocks) unlimited
> data(kbytes) 131072
> stack(kbytes) 2048
> lockedmem(kbytes) 680845
> memory(kbytes) 2042536
> nofiles(descriptors) 64
> processes 160
> sbsize(bytes) unlimited
<guess>
ulimit -s (stack) increase to directly address what you're seeing
ulimit -n (nofiles) increase the crazy number of jars and stuff that
will inevitably get opened by whatever you're really trying to do.
Home |
Main Index |
Thread Index |
Old Index