Aw: Re: Re: Ignite Servlet with Tomcat: Memory

2019-10-07 Thread Uwe Geercken
y Hello!   The following documentation is to the rescue: https://crunchify.com/how-to-change-jvm-heap-setting-xms-xmx-of-tomcat/   Regards, -- Ilya Kasnacheev   пн, 7 окт. 2019 г. в 14:11, Uwe Geercken <uwe.geerc...@web.de>: Hello Ilya,   I have added the listener

Aw: Re: Ignite Servlet with Tomcat: Memory

2019-10-07 Thread Uwe Geercken
essages?   Regards, -- Ilya Kasnacheev   сб, 5 окт. 2019 г. в 15:22, Uwe Geercken <uwe.geerc...@web.de>: Hello,   I have integrated the Ignite servlet with Tomcat. It is running besides my own controller class and works fine.   But I wonder how I can increase the heap memory

Ignite Servlet with Tomcat: Memory

2019-10-05 Thread Uwe Geercken
Hello,   I have integrated the Ignite servlet with Tomcat. It is running besides my own controller class and works fine.   But I wonder how I can increase the heap memory assigned to Ignite. When I start my web container Ignite claims it is using 186Mb as memory. Can somebody please give me a

Aw: Re: Can Ignite transaction manage cached and non-cached data writes?

2019-09-03 Thread Uwe Geercken
  Hello,   my first post here for Apache Ignite...   I have a question and looking for some advice. I have data from a relational database which I will load into Ignite. Each table from the source system has a UID (number), to uniquely identify each record.   If I understand it correctly,