KB Article #44619

Display of more than 10000 instances in a request

Problem

Display of more than 10000 instances in a request


Resolution

In order to increase the number of rows available for a request



1. Add the following option the SentinelServer/conf/server.properties :
  TRKMAXROWS=<number of rows>



But if you choose to add this option, it is necessary to increase the memory available for the jvm.



2. Modifying the parameter -Xmx in the /SentinelServer/bin/trkserver file as below



JAVA_OPTION="${JAVA_OPTION} -Xmx512M"
becomes :
JAVA_OPTION="${JAVA_OPTION} -Xmx1024M"