This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Java Heap Size

Hello -

I had a user submit a ticket we almost overlooked.  The user had an attachment on the submitted e-mail that was around 160mb, and the HD system reported the error to our HD staff in the Messages section, so we were able to retrieve the email and create a ticket for the issue.  Otherwise this issue would have been missed.

Our instance of WHD is running on Server 2012R2, 8gb total memory.  In the WHD.conf the memory is set as follows:

MINIMUM_MEMORY=256

MAXIMUM_MEMORY=2048

MAXIMUM_PERM_MEMORY=512

The error message in WHD is:

The helpdesk was unable to read an email with the subject: "************" in email account *********** due to the following error:

     Java heap space

Please remove this message from the inbox and, if possible, send it as an attachment to exchangesupport@webhelpdesk.info.

I'm also going to do as the error message suggested, but maybe someone out there has a solution for this or has seen it before.

Thanks!

  • Even though it says heap space is the plug in WHD uses for Exchange built to handle 150 meg attachment? Most mail system would likely dump an attachment that large at the mail server level.

  • I actually don't know - that's why I came here to see if anyone had any experience or knowledge about this issue, or if anyone can point me to a way to make this "not be missed" in the future.

    I don't want to have it strip all attachments off of incoming e-mails, sometimes they are important....  (same reason I don't want to turn on the e-mail signature filter, sometimes the important bits are below the signature block)

    Turns out I can't e-mail the e-mail to exchangesupport@webhelpdesk.info - the attachment is too big.  :-)

  • For starters what is the attachment size limit on your mail servers?

    More importantly what is the max attachment size in WHD? to find this go to setup --> General --> Options and look for the line item Max attachment size. Ours is only set to 10 megs so that would probably dump a 150 meg attachment and this could be a false error. Where its not a heap issue its actually blocking it due to size there just is not a specific error for that in the exchange plug in. If that's the case I would try to send a file just larger than your threshold and see if you get the same error in the logs if you do, open a ticket with SW and see fi they can add a proper message in a future release.

    I agree with not stripping all attachments if users are allowed to open new tickets by email however it seems unlikely a user would legitimately need to send a 150 meg attachment with a ticket.

  • I'm investigating the size limit in Exchange, and getting a grip on that, so no worries there.  It was crashing my local copy of Outlook when I was trying to retrieve this super-sized e-mail.

    According to WHD, the attachment size limit in the main options was 10mb.  So that explains that part, thank you for taking a look.  Wish it had said "exceeds maximum attachment size" or something helpful, but no worries.  My main concern is the almost missed ticket - it needed a sense of urgency as it was a client facing issue.

    I'm currently testing to see if changing the size limit in the General -> Options resolves the issue - atleast allows the ticket to be created.  If service desk staff need to go strip off attachments at a later date, then that's completely do-able.

    Thanks Typhoon for pointing me in the correct direction!

  • Just FYI - the attachments are stored in the database so take that into consideration when planning for growth and when deciding whether to increase that limit.  I don't know of any particular issues around large attachments, but just thought i'd mention it so you don't come back in a few months and say "why is my db so huge?" emoticons_happy.png

  • Thank you for the info - something else to be concerned about.  :-)

  • Typhoon -

    I adjusted the attachment limit in WHD to 200 MB (who on earth would need to send a 200MB attachment?) and still received the fail message when WHD tried to process the e-mail after a restart.

    The attachment in question was a video file she was unable to open and needed a codec installed on her system so she could open the video and insert it into a powerpoint presentation.  Would have been just as simple for her to link it somewhere and let us access it that way but she decided to attach it to a helpdesk ticket via e-mail.

    I'm stumped at this point as to where the issue lies, other then putting a limit on attachments in the exchange server to basically prevent this from happening in the future.

    D

  • I would open a ticket with soalrwinds but it is possible the exchange plug in was just not tested with a file that large??

    Changing the exchange server limits is probably good something like maybe 30 or 40 meg tops being something to consider reasonable. The other option could be testing if you can upload a document that large from the web instead of over email creation.