-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Killed: 9 on Apple M3 Pro #3
Comments
I don't have a Mac with me, so I can't confirm that it works, but I will try to build it again with a newer version of Go to try it out. Thanks. |
Sorry - the kill 9 seems to be an out of memory issue... the OS will kill the process to keep the system from running out of memory. If that's not the intended use, no worries. I can find another way to do it. Thanks! Chad |
In the current implementation, the entire XML is parsed, and then XPath is used to search. Therefore, large XML cannot be handled. I would like to consider a way to solve this problem. Thanks. |
Hi @chadbr Improved in v1.1.0. Please try it. Thanks. |
@onozaty forgot to check back in - worked like a champ on very very large files. Appreciate the work! |
I get Killed: 9 after a minute or two of processing...
Any ideas?
Tried a recompile because of this issue - didn't help: golang/go#19734
Tried to renice the process... didn't help.
Tt's a 22gb source file... might be the problem?
The text was updated successfully, but these errors were encountered: