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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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