Server start agruments configuration
I am new at weblogic and i have the following configuration on my server start arguments configuration
-Xms2048m -Xmx2048m -DcloneId=W1S1 -XX:+UseCallProfiling -XXaggressive -Dweblogic.unicast.HttpPing=true
But i am experiencing problems of slow performance on my instance.
Since i have a lot of memory on that server i tried seting the xms and the xmx to 3072 so that it will use 3gb of memory.
But i have been told that i cannot assign more than 2gb because that is the limit of JDRockit and that the problem with the performance is due to me increasing the amount of memory for that instance but i don´t think that is the case since we have had been experiencing performance problems way before i did that.