Example: Changing the Console view character limit flag

You can control the size of the log information kept in the console view. By default, the maximum size is set to 100000 characters.

Procedure

To change the Console view character limit:

  1. Open the configuration file for the Document Studio application with a text editor. The default location of the configuration file is: RPE_HOME\studio\rpe-studio.ini
  2. Locate the -Dcom.ibm.rational.rpe.console.limit parameter.
  3. Increase or decrease the value.
    • If the value is smaller than 100000 or not set at all, no limit is set for the logs in the Console view.
    • If the value is greater than 100000, the maximum limit size is set in the Console view.
  4. Save the changes.

Feedback