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
I had the same issue. The solution is to install pip with python3 and NOT python2.
The memory leak issue only happens, at least for me, if I install openapi2jsonschema with the python2 pip.
E.g. if you parse the Kubernetes swagger.json (~5.1MB of JSON as of this issue), even with a pretty beefy machine, you eventually run out of memory.
The text was updated successfully, but these errors were encountered: