-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE - Error: Out of memory #19
Comments
Hi @sterpe , Can you help whith this issue? Thanks, |
Hi @jacobmischka , Can you help whith this issue? Thanks, |
Sorry, not sure. I ended up using regular xmllint on the desktop instead. |
I'm seeing the same issue: It's for a fairly large XML (12 MB) I assume it's either trying to validate the entire thing in one go and hitting a nodeJs memory limit (Ubuntu 21.10 Core i9 processor 32 GM RAM - not an OS RAM issue per se) perhaps an application issue just not handling larger files correctly, or a memory leak |
IE - Error: Out of memory
I have xml file, the file size is 2KB, and it is XSD valid
When I run xmllint.validateXML with TOTAL_MEMORY = 1073741824 I get Out of memory
This happen only in IE
in Chrome it work fine
When I update the TOTAL_MEMORY to 2147483648
I get the error
Invalid function argument
Can you advice?
Thanks,
Suad
The text was updated successfully, but these errors were encountered: