Hi all!
Does anyone know why the admin console in WebLogic 9 is so slow? I
installed it on Athlon 2400+ (1.6G), 1.5GB RAM, and created a new
development-mode domain and gave it -server -Xmx512m
-XX:MaxPermSize=384m, with Sun's JVM 1.5.0_04. It always takes more
than half of a second to response some pages such as the "Environment
-> Servers". And it was even slower with the default configuration,
which uses MaxPermSize=128m (what the hell is that??) Do I have to
tweak other options to get a normal performance??
Aquila Deus - 22 Nov 2005 13:37 GMT
> Hi all!
>
[quoted text clipped - 6 lines]
> which uses MaxPermSize=128m (what the hell is that??) Do I have to
> tweak other options to get a normal performance??
PS: it's on arch linux, kernel 2.6.14
BTW does anyone know how to make the domain files secure?? Now I have
to chown -R wlserv MY_DOMAIN because BEA doesn't seem have docs about
that :(
Jijoy - 22 Nov 2005 14:53 GMT
the console is rendered by an applet so that's the time taken in
displaying....
I think by increasing the system's virtual memory the response time
will be reduced ....
Aquila Deus - 22 Nov 2005 15:39 GMT
> the console is rendered by an applet so that's the time taken in
> displaying....
> I think by increasing the system's virtual memory the response time
> will be reduced ....
ummm but I don't think it's java applet in 9.0...
Aquila Deus - 22 Nov 2005 15:41 GMT
> the console is rendered by an applet so that's the time taken in
> displaying....
> I think by increasing the system's virtual memory the response time
> will be reduced ....
and I have diabled applets for several months :D
Does it use applet before?? I have never used or even seen old
versions...