Is it possible to set the stack size of java runtime? if yes then how to do it?
Answers
Answered by
2
Java Virtual Machine (BI Publishers) had the default size of a thread's callstack from 1MB. Raise the Stack Sizelimit (1MB --> 4MB), to allows more threads (each thread to allow deeper recursion calls) to run simultaneously, accommodate larger XML data.
anvi95:
thik tum
Similar questions