Increasing RAM available to the MVP Client

If the MarkVision Professional Client Application or Web Client perform poorly, crash, or give a memory error, you may need to adjust the Java settings. Increasing the memory available to MVP will improve performance.

Increasing RAM available to the MVP Client Application in Windows

  1. Close the MarkVision Client.

  2. Open the registry editor by typing regedit in the command line.

  3. Navigate to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Lexmark\MarkVision for Intranets

  4. Modify the key Jvm_Options with value:

    -ms64M -mx378M -Duser.language=en

Increasing RAM available to the MVP Client Application in UNIX/Linux

  1. Exit the MVP Client.

  2. Open the script /usr/mv_pro/bin/mvp.

  3. Find the following line:

    JVM_ARGS="-ms64M -mx128M"

  4. Modify the line to read: JVM_ARGS="-ms64M -mx378M".

  5. Save the script, and then restart the MarkVision Client.

Increasing RAM available to the MVP Client Application in Mac OS X

  1. Exit the MVP Client.

  2. Open the file Info.plist in the /Applications/MarkVision Pro Client.app/Contents directory.

  3. Find the following line:

    <string>-ms64m -mx128m</string>

  4. Modify the line to read: <string>-ms64m -mx378m</string>.

  5. Save the file, and then restart the MarkVision Client.

Notes:

Increasing RAM available to the MVP Web Client in Windows

  1. Click vista start button or Start.

  2. Click Control Panel.

  3. Double-click Java.

  4. From the Java tab, click View under Java Applet Runtime Settings.

  5. In the Java Runtime Parameters box, type: -ms64M -mx128M.

  6. Click OK.

Increasing RAM available to the MVP Web Client in UNIX/Linux

  1. From the bin directory of the Java install location (typically, /usr/java/jre1.6.0_xx), open the ControlPanel script.

  2. From the Java tab, click View under Java Applet Runtime Settings.

  3. In the Java Runtime Parameters box, type: -ms64M -mx128M.

  4. Click OK.

Increasing RAM available to the MVP Web Client in Mac OS X

  1. From the Finder desktop, click Go step Utilities.

  2. Open the folder for the installed version of Java (such as J2SE 5.0).

  3. Double-click Java Preferences.

  4. In the Java Applet Runtime Parameters box, type: -ms64M -mx128M.

  5. Click Save.

Notes: