Thoughts

10g (1) 11c (1) 11g (5) 12c (4) 3.0 (1) ApEx (4) Cloud (11) database (10) DBA (1) EBR (1) EC2 (2) education (3) EOUC (1) ExaData (1) F2F (1) Forms (7) java (1) language (2) memorabilia (2) Metalink vs MOS (4) multi-cultural (4) on-line communities (1) oracle (7) performance (5) projects (1) reciproke (1) Reports (2) RUP (1) sales (2) services (5) silence (1) SOA (3) SQL Server (3) standards (6) Sun (1) support (6) W8 (1) WebLogic Server (5)

Wednesday, July 11, 2012

Smaller foot print WebLogic Server

Find the file \user_projects\domains\ClassicDomain\bin\setDomainEnv.cmd and edit it.
In the beginning set JAVA_VENDOR to be Sun.
set JAVA_VENDOR=Sun
Change these values
set XMS_SUN_32BIT=256

set XMX_SUN_32BIT=512
to
set XMS_SUN_32BIT=128
set XMX_SUN_32BIT=256

Further more, find set EXTRA_JAVA_PROPERTIES=-Xms256m -Xmx512m and change that
to set EXTRA_JAVA_PROPERTIES=-Xms64m -Xmx128m. That will reduce foot print of the WebLogic Server substansially.

Last, change the same parameters for Reports. set EXTRA_JAVA_PROPERTIES=-Xms256m -Xmx512m to
set EXTRA_JAVA_PROPERTIES=-Xms64m -Xmx128m

No comments: