java out of memory error while updating custom attribute
Anurag Patel (21●8●68)
| asked Jan 31 '18, 8:42 a.m.
edited Jan 31 '18, 8:55 a.m. by Ralph Schoon (63.3k●3●36●46) Hi all,
while updating custom attribute in RQM and create test artifact "Exception in thread "main" java.lang.OutOfMemoryError: Java heap space" exception occurs. Code throws exception while I am creating test artifact through OSLC for below code,
testcase = client.getResource(testcaseLocation,
OslcMediaType.APPLICATION_RDF_XML).getEntity(
TestCase.class);
|
One answer
It basically means that the default heap size is not large enough to run the application. Use -Xmx to specify a larger heap to run your application.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.