Fixed memory usage in rt-mailgate

Hello, users and developers.
It’s not a secrete that RT and its subsystems use more memory than
most people want.
I spent some time to write patch that tries to avoid using much memory
in rt-mailgate script.
With patch applied rt-mailgate should use fixed amount of memory and
shouldn’t depend on size of the incomming message.

Patch report debug info about mailgate process size with GTop perl
module, if you want to try patch you have to install module.

Best regards, Ruslan.

rt-3.0.3-I18N-Attachments.patch (0 Bytes)

real patchOn 3/23/06, Ruslan Zakirov ruslan.zakirov@gmail.com wrote:

Hello, users and developers.
It’s not a secrete that RT and its subsystems use more memory than
most people want.
I spent some time to write patch that tries to avoid using much memory
in rt-mailgate script.
With patch applied rt-mailgate should use fixed amount of memory and
shouldn’t depend on size of the incomming message.

Patch report debug info about mailgate process size with GTop perl
module, if you want to try patch you have to install module.


Best regards, Ruslan.

Best regards, Ruslan.

rt-mailget-fixed-memory.patch (4.13 KB)

real patch

The gtop usage is just for debugging?

real patch

The gtop usage is just for debugging?

yep

Best regards, Ruslan.