Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

java out of memory error while updating custom attribute

 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);

0 votes



One answer

Permanent link

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.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 1,701

Question asked: Jan 31 '18, 8:42 a.m.

Question was seen: 2,316 times

Last updated: Feb 01 '18, 4:59 a.m.

Confirmation Cancel Confirm