-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------



Lein Ton �ۼ�:
> 
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
> 
> Seems like you're running out of heapsize.
> try
> java -ms128m -mx156m
> This works fine for me with the exact same setup..
> 
> cheers,
> Lein
> 

it doesn't work. !!

i modified ".java_wrapper" like this to increase heapsize

if [ ${progname} = "java" ]
then
    prog="$JAVA_HOME/bin/$proc/${THREADS_TYPE}/java -ms128m -mx156m"
    exec $DEBUG_PROG $prog $opts "$@"
else
    prog=$JAVA_HOME/bin/$proc/${THREADS_TYPE}/${progname}

    if [ -f $prog ]
    then
        exec $DEBUG_PROG $prog $opts "$@"
    else
        echo >&2 "$progname was not found in ${prog}"
        exit 1
    fi

fi

it will work fine for JServ ?
or any other way to define heapsize ?


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to