olabusayoT opened a new pull request, #210: URL: https://github.com/apache/daffodil-sbt/pull/210
Schema compilation and saved parser serialization can involve structures that overflow the forked process's default thread stack. Since users already tune sbt's own -Xss (e.g. via .sbtopts) to deal with similar recursion during compilation, reuse that value for the forked process by default instead of requiring it to be configured again. A project can still override it by appending its own -Xss to packageDaffodilBin/javaOptions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
