google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

memory issue short dump #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a large number of objects to a nugget on an application server that 
doesn't have much memory.
2.
3.

What is the expected output? What do you see instead?
Expected behaviour is all objects to be successfully added to nugget.
Actual behaviour is a shortdump due to lack of free memory.

What version of SAP are you using?
SAP_ABA Release / Level: SAPKA64016
SAP_BASIS Release / Level: SAPKB64016

What version of SAPlink are you using:
0.1.3

Please provide any additional information below.

This problem can be fixed by changing the tempTable_char table in FORM 
putOnMachine(ZSAPLINK) from a table of lines of 65535 characters to a 
table of strings.  This results in each line in the table being just long 
enough to contain that line and prevents the remaining 65400ish characters 
being wasted.

Original issue reported on code.google.com by stevehig...@googlemail.com on 17 Apr 2007 at 4:55

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 8 May 2007 at 12:58

GoogleCodeExporter commented 9 years ago
Thanks for the bug report.  Another issue #68 was reported on the same problem. 
 Even
though this one was reported first, I am going to mark it as duplicate and keep 
the
other open since it has a little more detail.

http://code.google.com/p/saplink/issues/detail?id=68

Original comment by ewherrm...@gmail.com on 8 May 2007 at 1:00