Broker 10.5 | webMethods Broker Documentation | Administering webMethods Broker | webMethods Broker Command-Line Utilities | Specifying the JVM Options in Command-line Utilities
 
Specifying the JVM Options in Command-line Utilities
The following command line utilities starts the JVM (Java Virtual Machine) internally to perform the tasks:
*broker_buildall
*broker_create
*broker_delete
*broker_load
*broker_ping
*broker_save
*broker_start
*broker_status
*broker_stop
You can specify any of the JVM options in these utilities. The command-line utility detects the JVM arguments and passes the arguments to the launching JVM.
For example, If you want to load large adl files on Broker, you can specify JVM memory of an initial size of 250MB and a maximum size of 512MB using the -Xms and -Xmx JVM options in the broker_load command as shown below:
broker_load -Xms250m -Xmx512m test.adl "Broker #1@localhost:6849"