Hello Experts
I am having issue with increasing the JVM memory arguments for the Admin and Managed Servers. I have tried in a couple of places to increase the memory arguments (Xms and Xmx to 1024m)but its not taking effect. When I start the Admin Server and Managed server , I do not see the increased Heap settings. Here is what I see -
"Starting WLS with line : /oracle/app/bi/Oracle_BI1/jdk/java -server - Xms256m -Xmx512m -XX:MaxPermSize=512m"
I have the following memory arguments in the setDomainEnv.sh located in <DOMAIN_HOME>/bin
XMS_SUN_64BIT ="2048"
export XMS_SUN_64BIT
XMX_SUN_64BIT="2048"
export XMX_SUN_64BIT
Looks like this did not work , so I added an entry in the setOBIDomainEnv.sh file hoping to increase the Java memory , but that does not work either. Below is from setOBIDomainEnv.sh file -

Really, trying to understand where/how the JVM settings are controlled from. Please guide me.
Appreciate your time.
Rakesh