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
APEX printer friendly mode - how to enable it ?
3 weeks ago
No comments:
Post a Comment