cancel
Showing results for 
Search instead for 
Did you mean: 

System copy with jload - export aborts

Former Member
0 Kudos

Hi Gurus,

I want to copy my Enterprise Portal using jload. The database of the source system has a size of approx. 280GB and therefore the runtime is very long (min. 15 hours for the export).

I have now two questions:

- is there a possibility to reduce the runtime?

- jload aborts with OutOf Memory error, which parameter do I have to set to secure that more memory is available. jload uses 1024MB.

Thank you!

Best Regards

Ines

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Ines

jload process needs more heap memory

Restart the jload with more heap memory, use 1.5 Gb or 2 Gb

Note 1173398 - jload export fails with OutOfMemoryException

Also check

Note 1120872 - Hom./Het.System Copy SAP NetWeaver 7.0 SR3

Error during export/import with jload

Symptom:

Jload aborts with error: SEVERE: java.lang.OutOfMemoryError

Solution:

5. Stop SAPinst.

6. In the control.xml file in the installation directory, search for

"jload call args".

7. Replace "-Xmx512m" by "-Xmx1024m" in the following lines:

var jdkArgs = installer. onOS400() ? ["-showversion", "-Xms256m", "-Xmx1536m"] : ["-showversion", "-Xmx512m"];

switch( new SystemMgt().getSystemInfo(). getOSFAName() ) {

8. Save your entries and restart SAPinst.

Best of luck

Award points if this post is helpful

Regards

dEE

Edited by: Deep Kwatra on Nov 18, 2008 4:43 PM

Answers (0)