Durable MBs are no longer supported. I recommend you to switch to Akka
Persistence (perhaps with the LevelDB Journal, since it is closest to your
durable MB). Is that possible?

On Fri, Jan 9, 2015 at 7:27 AM, <[email protected]> wrote:

> I could see a similar issue was discussed in the below thread from Daniele.
>
>
> https://groups.google.com/forum/#!searchin/akka-user/file$20based/akka-user/0Yt78n73a4o
>
> But, I couldn't find an answer there for the files growing big issue.
>
>
> On Friday, January 9, 2015 at 11:56:39 AM UTC+5:30, [email protected]
> wrote:
>>
>> Hi Akka Users,
>>
>> I have a problem with actors using the file based mailbox. The size of
>> mailbox files under _mb folder keeps on increasing as the number of
>> messages are processed. All messages are getting processed fine in the
>> system, so shouldn't they be removed from the file when completed? I feel
>> this is not happening, and the mailbox file grows in size finally eating up
>> the diskspace. I do not understand why the messages are still kept in the
>> mailbox when they are successfully processed.
>>
>> I am going with the default configuration values (journal size 16MB
>> etc).  Are there any config options that I can use to clear the file
>> contents once a message is processed?
>>
>> Regards,
>> Anoop
>>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*Jonas Bonér*
Home: jonasboner.com
Twitter: @jboner <https://twitter.com/jboner>
Public Key: keybase.io/jonas

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to