WebLogic installation support - MEM_ARGS

This is Interesting: Free IT Magazines  
Home > Archive > WebLogic installation support > December 2006 > MEM_ARGS





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author MEM_ARGS
abhi

2006-12-19, 7:22 pm

Hi,
I'm trying to launch managed servers in cluster from weblogic admin
console. I know they get kicked with a help of node manager. How do I
bump up the JVM memory on each of the individual managed servers. They
dont seem to be using startManagedserver.sh when launching via console.

I did not find any config specific to the managed server where I can
place MEM_ARGS to override existing env variable.

Thanks

gustcol

2006-12-20, 1:17 pm

You can configure these parameters on the setEnv.sh.. Like this:

machine1)
WLS_HOST=machine1.well.com.br
JAVA_OPTIONS="-server -verbosegc -ms512m -mx512m
-XX:NewSize=64M -XX:MaxNewSize=64M -XX:SurvivorRatio=6
-XX:MaxPermSize=128m
;;
machinw2)
WLS_HOST=machine2.well.com.br
JAVA_OPTIONS="-server -verbosegc -ms512m -mx512m
-XX:NewSize=64M -XX:MaxNewSize=64M -XX:SurvivorRatio=6
-XX:MaxPermSize=128m..

I can help you without problems, send me(gustcol@gmail.com) your
setEnv.sh


abhi escreveu:

> Hi,
> I'm trying to launch managed servers in cluster from weblogic admin
> console. I know they get kicked with a help of node manager. How do I
> bump up the JVM memory on each of the individual managed servers. They
> dont seem to be using startManagedserver.sh when launching via console.
>
> I did not find any config specific to the managed server where I can
> place MEM_ARGS to override existing env variable.
>
> Thanks


abhi

2006-12-20, 1:17 pm

Thanks but I figured out another way of setting server specific JVM
MEM_ARGS. It could be accomplished via console by clicking on a
specific server link -> Configuration -> Remote Start and setting
arguments to -Xms512m -Xmx2024m

gustcol wrote:[vbcol=seagreen]
> You can configure these parameters on the setEnv.sh.. Like this:
>
> machine1)
> WLS_HOST=machine1.well.com.br
> JAVA_OPTIONS="-server -verbosegc -ms512m -mx512m
> -XX:NewSize=64M -XX:MaxNewSize=64M -XX:SurvivorRatio=6
> -XX:MaxPermSize=128m
> ;;
> machinw2)
> WLS_HOST=machine2.well.com.br
> JAVA_OPTIONS="-server -verbosegc -ms512m -mx512m
> -XX:NewSize=64M -XX:MaxNewSize=64M -XX:SurvivorRatio=6
> -XX:MaxPermSize=128m..
>
> I can help you without problems, send me(gustcol@gmail.com) your
> setEnv.sh
>
>
> abhi escreveu:
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com