How to reduce the number of threads used to retrieve web view contents on a single client

Procedure

  1. Find the .ini file in the same directory as the executable file that runs the GUI. For example, if the GUI runs eclipse.exe (Windows) or eclipse (UNIX and Linux), then edit eclipse.ini.
  2. Add the following line after the -vmargs line, where number is the number of threads you want to use for parallel loading. Each option must be specified on a separate line: -Dcom.hcl.ccm.ccrc.maxRequestsPerSession=number Note: If the number is greater than the server's configured value (ccrcMaxRequestsPerSession), or less than 3, the server's thread count will be used.
  3. Restart the client.