Skip to main content
Nintex Community Menu Bar
Question

Apex heap size too large debug

  • July 9, 2024
  • 10 replies
  • 37 views

Forum|alt.badge.img+7

I am getting the following error “Apex heap size too large: 16382976” when user has added an attachment. Does anyone knows how I can find out exactly what is causing the error?

This topic has been closed for replies.

10 replies

Forum|alt.badge.img+1

You are trying to load more records.Reduce size in the model.See this post.
https://community.skuid.com/t/skuid-error-apex-heap-size-too-large-9436523


Forum|alt.badge.img+7

When the page loads there are no errors. It only happens after adding an attachment. The file is being added followed by error message. 

Please see attached image, This only happens after attaching a file using Upload button


Forum|alt.badge.img+7

8e6347c521424e0c043f537532869a78a94b9752.jpg


Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

I think you are including the “Body” field in your attachment model.  With Attachments that can be several MG in size,  your model will blow up!  You can’t use the body field anyway - so get rid of it…


Forum|alt.badge.img+7

Thank you Bhavesh Rob,  I do not have body field in Attachment, when I refresh the page there is no error and all the attachments are listed. The error only appears when a new attachment is uploaded. 


Forum|alt.badge.img+8

Two quick questions, what version of Skuid are you using, and what is the file size of the file that’s being uploaded?


Forum|alt.badge.img+7

Hi Ben, 

Skuid Version: 7:16 file size 13 bytes. I hope this helps. Thanks


Forum|alt.badge.img+8

Very strange I’d have to take a deeper look. Are you able to grant login access to Skuid using these instructions?


Forum|alt.badge.img+7

Hi Ben, I have granted Skuid login access. Do you know where I should send steps to recreate the error message? Please let me know. Thanks


Forum|alt.badge.img+1

Having the same issue.
@Andrew & @Ben would you mind posting the solution if you have any.