Exam 9A0-410 All QuestionsBrowse all questions from this exam
Question 12

When batch processing a large number of files, a developer will leverage the Output component to render the respective PDF files. A large sample test file provided to the developer from the client causes an Out of Memory exception and terminates the process during execution. What should the developer do to fix the problem?

    Correct Answer: C

    When batch processing a large number of files, an Out of Memory exception indicates that the current allocated memory is insufficient to handle the large sample test file. The most appropriate solution is to increase the JVM heap size and test the process again. This approach directly addresses the memory limitation issue without reducing the size of the test data, which ensures the process can handle the large files as intended in production.

Discussion
SrujanOption: C

Answer - C https://help.adobe.com/en_US/livecycle/11.0/Troubleshoot/WS98f05ad7ea54cfa4-59e87d5913ea1f9999c-7fff.html