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

  1. Create an environment variable on your system named USER_MEM_ARGS.
  2. For the value of USER_MEM_ARGS, enter:
    -Xms256m -Xmx1024m -Dgw.server.mode=dev

    The server mode entry is needed for reloading PCF pages.

  3. (Optional) To run the server in production mode, remove the -Dgw.server.mode argument listed in step 2.

    By default, PolicyCenter starts in production mode on all application servers except the bundled QuickStart server.