- 
        1. Re: OOM even when using pagingclebert.suconic Dec 10, 2012 1:25 PM (in response to takeshi10)If you are using transactions, the system will also need to add the page-transaction into memory, so you still can get out of memory on that case. 
- 
        2. Re: OOM even when using pagingtakeshi10 Dec 10, 2012 1:36 PM (in response to clebert.suconic)Oh right well im not using transaction either. I wonder why is hornet trying to load all pages into memory at all. 
- 
        3. Re: OOM even when using pagingtakeshi10 Dec 10, 2012 2:06 PM (in response to takeshi10)Ok so i managed to get it to come up again by decreasing the number of consumers (to 1 for each queue). I was using 4 for each queue. Could that be the problem? How do i properly size the memory requirements? In other words, how do i know how much memory i need, given Q queues, C consumers, M max size and J journal size? 
- 
        4. Re: OOM even when using pagingclebert.suconic Dec 10, 2012 2:22 PM (in response to takeshi10)1 of 1 people found this helpfulWhat's probably happening then is that you have a large consumer-window size for each consuemr, and that's depaging a lot of stuff? It's hard to tell.. this is all about sizing on each consumer. 
 
    