Increasing the Maximum Input Rate

The c8-server.conf file contains a preference that sets an upper limit on the rate at which an input adapter can send information to the Sybase CEP Server.

To override this limit, change the "MaxRate" preference in the "SybaseC8/Adapters" section of this file. The portion to update (the number 100000) appears in italics in this XML code example:

<section name="SybaseC8/Adapters">
  <section name="RandomTuplesGenerator">
       <preference name="MaxRate" value="
100000
"/>