Hi,

I would suggest removing the “startSize” at all. Don’t think that it will 
affect your performance significantly.

However why are you interested in benchmarks of a single node scenario with a 
local cache? What you’re going to compare Ignite with?

—
Denis

> On Jul 11, 2016, at 2:55 PM, daniels <[email protected]> wrote:
> 
> Hi ,
> I have one server node (embedded Ignite).
> My ignite and cache configurations is bellow,
> please help me to add or remove configs for better performance
> 
> 
>   <bean id="cacheConfigurationTemplate"
> class="org.apache.ignite.configuration.CacheConfiguration">
>        <property name="startSize" value="#{0.1*1024*1024}"/>
>        <property name="cacheMode" value="LOCAL"/>
>        <property name="backups" value="0"/>
>        <property name="offHeapMaxMemory" value="0"/>
>        <property name="memoryMode" value="OFFHEAP_TIERED"/>
>        <property name="swapEnabled" value="false"/>
>        <property name="atomicityMode" value="ATOMIC"/>
>        <property name="copyOnRead" value="false"/>
>    </bean>
>    <bean id="igniteConfiguration"
> class="org.apache.ignite.configuration.IgniteConfiguration">
>        <property name="clientMode" value="false"/>
>        <property name="gridName" value="xxxx"/>
>        <property name="cacheConfiguration"
> ref="cacheConfigurationTemplate"/>
>     </bean>
> 
> P.S. I read Performance Tips in Documentation,it mostly related  >1 nodes.
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/Performance-in-case-of-1-server-node-tp6207.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to