Give it a try but do some load testing close to your production workload. And then ramp the numbers up if needed.
- Denis On Mon, Oct 5, 2020 at 12:56 AM VeenaMithare <v.mith...@cmcmarkets.com> wrote: > Thanks Denis, > > I am thinking of setting the below thread pools as this on both client and > server since we dont use data streamer, IGFS or Peer Class loading: > > <property name="dataStreamerThreadPoolSize" value="4"/> > <property name="igfsThreadPoolSize" value="4"/> > <property name="peerClassLoadingThreadPoolSize" value="4"/> > > Also our thick clients dont connect using REST . So thinking of adding the > below configuration on our thick client configuration. > > <property name="connectorConfiguration"> > <bean > class="org.apache.ignite.configuration.ConnectorConfiguration"> > <property name="threadPoolSize" value="4"/> > </bean> > </property> > > Hope that is okay ? > > regards, > Veena. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >