Open patrickhuijten opened 1 month ago
I think your issue is similar to this one: https://github.com/orval-labs/orval/issues/967
Is your OpenAPI spec large or complex by any chance?
Hi @melloware, I don't think it's particularly large (~64kb
). I'm not sure what would count towards complexity but it has a few instances of allOf
but really nothing out of the ordinary. I think our spec is not private: https://api.edge.promaton.com/docs/public/openapi.json
yeah i suspect something is getting into an infinite loop?
What are the steps to reproduce this issue?
client: "zod"
to theorval
config fileorval
I tested this both on my mac locally and inside a docker build container.
What happens?
When adding
zod
as a client, the node process runs out of memory due to what looks like a memory leak.What were you expecting to happen?
For the process to terminate successfully.
Any logs, error output, etc?
What versions are you using?