Resolving an out-of-memory error using the bootstrap configuration file

Start the IBM® Cognos® service by adding the DuseCMLargeResultSet parameter to the bootstrap configuration file.

Procedure

  1. Go to the install_location\bin64 directory and open bootstrap_wlp.xml in an XML editor.
  2. Find the section that begins with <param>"${install_path}.
  3. Uncomment the DuseCMLargeResultSet parameter to that section, in the location shown by the bold text in the following example.
    <param>"-Dcatalina.base=${install_path}/tomcat"</param>
    <param>"-Dcatalina.home=${install_path}/tomcat"</param>
    <param>"-Djava.io.tmpdir=${temp}"</param>
    
         <param>-DuseCMLargeResultSet=true</param>
    
  4. Save and close the file.
  5. Start IBM Cognos Configuration and start the service.