Replies: 1 comment 2 replies
-
@mmorse693 well yes. In the background, the Schematron is converted to XSLT and the XSLT is applied to the XML which usually must be read fully into memory. So it's all about heap and CPU when using Schematron :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting heap space issues from processing multiple schematron files. In my environment I process random XML/schematron file pairs, when I process a high volume of data I have heap space issues.
Beta Was this translation helpful? Give feedback.
All reactions