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