Memory leak in service

The Exchange service EEAttachments can save your attachments or mails automatically to your file-system and process it by your own scripts.
Post Reply
Greenman
Posts: 10
Joined: Tue Aug 18, 2020 12:54 pm

Memory leak in service

Post by Greenman » Mon Nov 16, 2020 2:35 pm

After running the application for a couple of weeks it's using now 7 gb of memory.

Is there something to avoid this memory leak?

User avatar
Sven
Site Admin
Posts: 1474
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: Memory leak in service

Post by Sven » Tue Nov 17, 2020 1:04 pm

Hello,

In order to reproduce this I need to know, what connections you use and how your export-task is configured.

Sven

Greenman
Posts: 10
Joined: Tue Aug 18, 2020 12:54 pm

Re: Memory leak in service

Post by Greenman » Tue Nov 17, 2020 3:00 pm

I'm using an O365 connection to https://outlook.office365.com

I'm exporting from the Inbox to a folder, one is using a RegEx filter for files, the other three are *.csv *.xls and *.xlsx

Please let me know if you need more.

User avatar
Sven
Site Admin
Posts: 1474
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: Memory leak in service

Post by Sven » Wed Nov 18, 2020 1:38 pm

- Is the O365 connected via OAuth or Basic Authentication.
- Can you please send me a screenshot of your export jobs. ( info@somebytes.de if you like )

Post Reply