You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result is that the process's memory starts ballooning until I had to kill it. On my system that was around 32GB of memory. When I ran it with the -vv flag it appears to be going in circles processing the files over and over. I don't know enough about the tool to say if it's stuck in a loop or some sort of NP-complete hell.
Go version: go version go1.13.6 linux/amd64
The text was updated successfully, but these errors were encountered:
I'm trying to use xsdgen on the SAML 2.0 XSD definitions. Specifically,
saml-schema-assertion-2.0.xsd
as found at:https://docs.oasis-open.org/security/saml/v2.0/
I went through and manually downloaded the dependencies and ran:
The result is that the process's memory starts ballooning until I had to kill it. On my system that was around 32GB of memory. When I ran it with the
-vv
flag it appears to be going in circles processing the files over and over. I don't know enough about the tool to say if it's stuck in a loop or some sort of NP-complete hell.Go version:
go version go1.13.6 linux/amd64
The text was updated successfully, but these errors were encountered: