EBDN - Community - Question & Answers

  Wednesday, 24 October 2018
  3 Replies
  1.6K Visits
0
Votes
Undo
I have developed a specific plug-in in c# for import update and delta-management the data of customer.

Now I have a problem on big project. When I load data I receive error: "Out Of Memory exception".
(I load 40 000 object in excel side and 40 000 object in Eb side).

I need help for optimize the memory.
I modified the plug-in for not store the objectitem only the Id but it's not enough.
I use the Application.UnlaodCache();

But I have no other idea.
In internet i find the solution is 64 bits but it's not possible EB is 32 bits.