cancel
Showing results for 
Search instead for 
Did you mean: 

OutofMemoryError Exception when dargging StandardMaterial Buisness Object

Former Member
0 Kudos

Hi,

While I was dragging Standard Material Business Object, I got the error below

"INFO: using logging implementation "AII Logging" java.lang.OutOfMemoryError Exception in thread "main"."

Can anyone tell me why the error occured?

Sunny

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

I your are dragging something really big (in sense of metadata for methods and types) it can happen that the Java Heap runs out of space. The default is 128MB.

You can change it. Close all VS-Instances and add an environment variable called NCO_JAVA_PARAMS in control panel. Set value to "-Xmx256m" (without quotes) or necessesarily higher.

Answers (0)