Replicated LevelDB uses Apache ZooKeeper problem

2016-03-07 Thread ealiass
Hi All, i am switching from Kahadb to replicatedlevelDB using zookeeper i have 2 clusters one for zookeeper and one for activeMQ on the zookeeper side i have 3 nodes (192.168.5.100, 192.168.5.101 and 192.168.5.102) and on the ActiveMQ side i have 3 nodes (192.168.5.200, 192.168.5.201 and 192.168

Re: Help with Setting up leveldb

2016-03-03 Thread ealiass
Hi i am having the same issue ! did you guys solve it? -- View this message in context: http://activemq.2283324.n4.nabble.com/Help-with-Setting-up-leveldb-tp4701826p4708829.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2016-02-15 Thread ealiass
i am using ParallelGC (the default garbage collector) here is some information : XX:InitialHeapSize=262927424 -XX:MaxHeapSize=4206838784 -XX:+PrintCommandLineFlags -XX:+UseCompressedOops -XX:+UseParallelGC -- View this message in context: http://activemq.2283324.n4.nabble.com/java-lang-OutO

java.lang.OutOfMemoryError: GC overhead limit exceeded

2016-02-10 Thread ealiass
Hi All, I am having java.lang.OutOfMemoryError: GC overhead limit exceeded Error after a while from starting the ActiveMQ on my system (2-3 weeks) start seeing this issue on production. i had to restart the my ActiveMQ every while on production so i might lose some messages coming in the time whi