Re: Memory consumption in apache ignite

2016-11-23 Thread dkarachentsev
ntity. Anyway deserialized objects will be cached only when they were queried and you can check with heap dump how many your object instances resides in memory and who holds references on them. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumpti

Re: Memory consumption in apache ignite

2016-11-22 Thread rishi007bansod
did same indexing configuration in my java code only, will this have any effect on memory consumption? <http://apache-ignite-users.70518.x6.nabble.com/file/n9131/heap_dump.png> -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-

Re: Memory consumption in apache ignite

2016-11-21 Thread dkarachentsev
ccount, for 32 bit system values will differ, etc. BinaryObjectImpl may hold deserialized value to cache and decrease number of deserializations, and always holds serialized (byte array). -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apach

Re: Memory consumption in apache ignite

2016-11-20 Thread rishi007bansod
pl are objects in deserialized format, right? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9107.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Memory consumption in apache ignite

2016-11-18 Thread dkarachentsev
it almost twice larger and worth to recheck original data size. Binary format is quite compact, but anyway it takes some additional space to suite the cases it was designed for. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite

Re: Memory consumption in apache ignite

2016-11-18 Thread rishi007bansod
ers.70518.x6.nabble.com/file/n9081/after.png> -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9081.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Memory consumption in apache ignite

2016-11-18 Thread Dmitriy Karachentsev
g-sql-indexes-using-queryentity On Fri, Nov 18, 2016 at 1:23 PM, rishi007bansod wrote: > I have measured database size on disk 370MB > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9073.html >

Re: Memory consumption in apache ignite

2016-11-18 Thread rishi007bansod
I have measured database size on disk 370MB -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9073.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Memory consumption in apache ignite

2016-11-18 Thread rishi007bansod
But for data storage required data classes must be defined on server node. What do you mean by "without data classes"? Can you give me example? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9071.html Sen

Re: Memory consumption in apache ignite

2016-11-18 Thread Dmitriy Karachentsev
t data_test.order(data_test.java:2903) > at data_test.main(data_test.java:2839) > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9064.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Memory consumption in apache ignite

2016-11-17 Thread rishi007bansod
in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9064.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Memory consumption in apache ignite

2016-11-17 Thread Dmitriy Karachentsev
t; > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9044.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Memory consumption in apache ignite

2016-11-17 Thread vdpyatkov
]: https://issues.apache.org/jira/browse/IGNITE-2417 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9049.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Memory consumption in apache ignite

2016-11-17 Thread rishi007bansod
n context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9044.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Memory consumption in apache ignite

2016-11-17 Thread Dmitriy Karachentsev
ied? Does ignite stores object by default in both serialized and > deserialized formats? > > <http://apache-ignite-users.70518.x6.nabble.com/file/n9035/heap_dump.png> > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Memory-consu

Memory consumption in apache ignite

2016-11-17 Thread rishi007bansod
035/heap_dump.png> -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Very high memory consumption in apache ignite

2016-11-16 Thread rishi007bansod
I did memory analysis following is result I got in eclipse MAT. <http://apache-ignite-users.70518.x6.nabble.com/file/n9034/heap_dump.png> What further memory tuning can I apply? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Very-high-memory-consumpt

Re: Very high memory consumption in apache ignite

2016-11-11 Thread Andrey Mashenkov
licitGC > > same as provided at link > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Very-high-memory-consumption-in-apache- > ignite-tp8822p8880.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Very high memory consumption in apache ignite

2016-11-10 Thread rishi007bansod
upancyPercent=50 -XX:+UseCompressedOops -XX:ParallelGCThreads=8 -XX:ConcGCThreads=8 -XX:+DisableExplicitGC same as provided at link -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Very-high-memory-consumption-in-apache-ignite-tp8822p8880.html Sent

Re: Very high memory consumption in apache ignite

2016-11-10 Thread Dmitriy Govorukhin
Hi, could you please provide your final jvm options and cache configuration? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Very-high-memory-consumption-in-apache-ignite-tp8822p8879.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Very high memory consumption in apache ignite

2016-11-09 Thread rishi007bansod
ead of 7GB. But still it is very high memory consumption for 370MB data. What might be cause for memory consumption? (I forgot to mention -- memory mode I am using is ON HEAP memory mode) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Very-high-memory-consumpt

Re: Very high memory consumption in apache ignite

2016-11-09 Thread vkulichenko
and check what is going on. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Very-high-memory-consumption-in-apache-ignite-tp8822p8856.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Very high memory consumption in apache ignite

2016-11-09 Thread rishi007bansod
.x6.nabble.com/Very-high-memory-consumption-in-apache-ignite-tp8822.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.