9A0-410 Exam QuestionsBrowse all questions from this exam

9A0-410 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?

Show Answer
Correct Answer: BC

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

1 comment
Sign in to comment
SrujanOption: C
Nov 22, 2019

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