swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
17.07k stars 6.03k forks source link

OutOfMemoryError running typescript codegen #6224

Open mattrc opened 7 years ago

mattrc commented 7 years ago

We are getting java.lang.OutOfMemoryError running typescript codegen using the newest container image and, this broke our build due to only latest tag being available. (would be great to version the docker images).

https://gist.github.com/mattrc/c58650ed887341de7226606b4e37072a

wing328 commented 7 years ago

@mattrc can you share the spec so that we can reproduce the issue?

aiham commented 7 years ago

Similar to #6394