Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How do I specify WebKing's max memory manually?

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited November 2005 in FAQ
You can specify the amount of memory WebKing uses with the following techniques:

Using a shortcut
1) Create a shortcut of webking.exe
2) Right-click the shortcut and select Properties
3) In the target add -J-mx###m, where ### is the amount of memory you would like WebKing to use
So, for example, your target might now look like:
"C:\Program Files\ParaSoft\WebKing.1\webking.exe" -J-mx756m

Using the command line
1) Open a command line prompt
2) Run the wk.exe executable with the argument -J-mx###m, where ### is the amount of memory you would like WebKing to use
So, for example, you might run WebKing with the following command:
wk.exe -J-mx756m

This is especially useful for giving WebKing more resources for use in load tests. The WebKing Default is 1/2 the available memory