Configuring the display message content size

In $user.home/clide/client.ini, the msg_content_chunk_size key controls the display message content size in one page.

To configure this:

  1. Go to $user.home/clide/client.ini and add msg_content_chunk_size=1024 to the [general] section. For example:
    [general] 
    msg_content_chunk_size=1024
  2. Restart the IDE. The message content displays in one page if the size is less than 1 MB.