Re: http://issues.apache.org/jira/browse/JAMES-512

This problem sounds related one we've previously documented, but not
finished fixing.  The file-based repositories maintain an in-memory list of
the e-mails, which grows forever unless you remove messages from it.

The in-memory message list is initialized when the repository is first
accessed during each server execution, and maintained in-memory for the
remainder of the server process.

Ideally, we can deprecate file-based repositories in favor of dbfile, unless
we have a need for purely file-based repositories.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to