Increase heap size for WebLogic
About this task
Use the USER_MEM_ARGS environment variable to specify arguments to WebLogic during application server startup.
Procedure
-
Create an environment variable on your system named
USER_MEM_ARGS. -
For the value of
USER_MEM_ARGS, enter:-Xms256m -Xmx1024m -Dgw.server.mode=devThe server mode entry is needed for reloading PCF pages.
-
(Optional) To run the server in production mode, remove the
-Dgw.server.modeargument listed in step 2.By default, PolicyCenter starts in production mode on all application servers except the bundled QuickStart server.
