Re: ActiveMQ v5.0.0 Performance issue

2007-12-21 Thread James Strachan
Waiting for stuff to sync to disk is always gonna be slow btw. More details here on tuning (e.g. parallelise, using many producers and consumers or use transactions and batching) http://open.iona.com/wiki/display/ProdInfo/FUSE+Message+Broker+Performance+Tuning+Guide On 21/12/2007, EricMeena <[EM

Re: ActiveMQ v5.0.0 Performance issue

2007-12-21 Thread EricMeena
Thanks RajDevies, I also used the default value (32mb) as you suggested, still this didn't help me. Do you think there are some other properties to combine with the syncOnWrite to make performance acceptable?? Thank you. rajdavies wrote: > > Although syncOnWrite will be slow - I think the siz

Re: ActiveMQ v5.0.0 Performance issue

2007-12-20 Thread Rob Davies
Although syncOnWrite will be slow - I think the size of the data logs - 1000mb is very large. Its is possible that syncOnWrite will provide acceptable performance for smaller data log size - have you tried it with the default size ? On Dec 21, 2007, at 4:18 AM, EricMeena wrote: I was to