<HTML><BODY>

    <style type="text/css">
        BODY{font-family:Lucida Sans}
        span.middle{font-size: 18px; color: #000000}
        span.rest{font-size: 10px; color: #000000}
        span.top{font-family:lucida sans; font-size: 10px; font-weight: bold; color: #000000}
        p.distop{font-size: 10px; font-style: italic; color: #000000}
        p.disrest{font-size: 10px; color: #000000}
    </style>

    Hi Matthew,<BR>
<BR>
Thanks for the configuration details - is it possible to increase the file size limit?  Is there an upper limit?<BR>
<BR>
I've just run my tests against a 2.2.0 broker running on an ubuntu server.  It works fine which provides further evidence supporting your hypothesis.<BR>
<BR>
Would you like me to provide some test code reproducing the crash?<BR>
<BR>
Cheers,<BR>
Scott<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: <a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com">rabbitmq-discuss-bounces@lists.rabbitmq.com</a> [mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com] On Behalf Of Matthew Sackman <BR>
Sent: 21 December 2010 11:57<BR>
To: <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a> <BR>
Subject: Re: [rabbitmq-discuss] RabbitMQ 2.0 broker crashes<BR>
<BR>
Hi Scott,<BR>
<BR>
On Tue, Dec 21, 2010 at 09:33:30AM +0000, Scott Dupoy wrote:<BR>
&gt; Making the assumption that we can't switch to a unix/linux distribution, is<BR>
&gt; it possible to change the size at which the *.rdq file rolls?  If this is<BR>
&gt; possible then at least we can (further) reduce the risk of a failure.<BR>
<BR>
Yup, edit your rabbitmq.config file. You want to add a stanza including<BR>
{msg_store_file_size_limit, 16777216}. 16777216 is the default and is<BR>
16MB. You can reduce this as much as you'd like but if you make it too<BR>
small then you'll find performance starts to drop off. The minimum<BR>
rabbitmq.config file with this in is:<BR>
<BR>
[{rabbit, [{msg_store_file_size_limit, 16777216}]}].<BR>
<BR>
Note the trailing . is essential. According to<BR>
<a href="http://www.rabbitmq.com/install.html#configfile," target="_blank">http://www.rabbitmq.com/install.html#configfile,</a> under Windows, the <BR>
config file might be found in %APPDATA%\RabbitMQ\rabbitmq.config<BR>
<BR>
Best wishes,<BR>
<BR>
Matthew<BR>
_______________________________________________<BR>
rabbitmq-discuss mailing list<BR>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a> <BR>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a> <BR>

            <br/>
            <br/>

            <span class="top">
                Scott Dupoy | Senior Analyst Programmer
                <br/>
            </span>
      
            <span class="middle">
               Altis Partners (Jersey) Limited
            </span>


            <span class="rest">
                
                <br/>
                2 Hill Street | St. Helier | Jersey, JE2 4UA
                <br/>

                t.
                +44 (0)1534 787 744 | f.  | w. <a href="http://"></a>
            </span>
            <br/>
    
            <p class="distop">
                Altis Partners (Jersey) Limited - registered with the Jersey Financial Services Commission, CFTC and a member of the NFA.
            </p>

            <p class="disrest">
                This email and its contents is issued by Altis Partners Jersey Limited ('APJL') and is for private circulation only.  APJL is registered with the Jersey Financial Services Commission of the States of Jersey for the conduct of investment business.  The information contained in this email is strictly confidential.  The information and opinions contained in this email are for background purposes only, and do not purport to be full or complete.  Nor does this email constitute investment advice.  APJL is not hereby arranging or agreeing to arrange any transaction in any investment or other undertaking requiring regulatory authorisation. This email does not constitute or form part of any offer to issue or sell, or any solicitation of an offer to subscribe or purchase, any investment nor shall it or the fact of its distribution form the basis of, or be relied on in connection with, any contract therefore.  No representation, warranty, or undertaking, express or limited, is given as to the accuracy or completeness of the information or opinions contained  in this email by any of APJL, its partners or employees and no liability is accepted by such persons for the accuracy or completeness of such information or opinions.  As such, no reliance may be placed on the information and opinions in this email.
                <br/>
                <br/>
                This email may contain confidential and/or privileged information.  If you are not the intended recipient or have received this email in error please notify the sender immediately and delete immediately.  Any unauthorised copying, disclosure or distribution of this email is strictly forbidden
                <br/>
                Altis-Jersey Financial Services Commission-NFA
            </p>
    </BODY></HTML>