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.

Thanks!


#: ulimit -a     
time(cpu-seconds)    unlimited
file(blocks)         unlimited
coredump(blocks)     unlimited
data(kbytes)         262144
stack(kbytes)        8192
lockedmem(kbytes)    680845
memory(kbytes)       2042536
nofiles(descriptors) 256
processes            160
sbsize(bytes)        unlimited

#: /usr/pkg/java/sun-6/bin/java
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -d32          use a 32-bit data model if available

    -d64          use a 64-bit data model if available
    -client       to select the "client" VM
    -server       to select the "server" VM
    -hotspot      is a synonym for the "client" VM  [deprecated]
                  The default VM is client.
                  
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
...





Home | Main Index | Thread Index | Old Index