Bug Report Checklist
Description
When downloading the binary and running it against a specific yaml and error is thrown:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at com.fasterxml.jackson.core.util.TextBuffer.carr(TextBuffer.java:1235)
at com.fasterxml.jackson.core.util.TextBuffer.expand(TextBuffer.java:1191)
at com.fasterxml.jackson.core.util.TextBuffer.append(TextBuffer.java:861)
at com.fasterxml.jackson.core.io.SegmentedStringWriter.write(SegmentedStringWriter.java:78)
at ...
I have tried increasing the maximum memory allocation by using -Xmx=24g. I don't think that there should be any reason to require any more than that. I assume there is a potential memory-leak
openapi-generator version
❯ java -jar openapi-generator-cli.jar version
7.22.0
OpenAPI declaration file content or url
Tripletex API: https://tripletex.no/v2/openapi.json
Generation Details
Attached is the log of the execution run. No other config is changed.
log.txt
Steps to reproduce
- Installed the binary directly using the
wget ... command as provided in the readme.
- Executed the following:
java -jar -Xmx24G openapi-generator-cli.jar generate -i https://tripletex.no/v2/openapi.json -g python -o .
Bug Report Checklist
Description
When downloading the binary and running it against a specific yaml and error is thrown:
I have tried increasing the maximum memory allocation by using
-Xmx=24g. I don't think that there should be any reason to require any more than that. I assume there is a potential memory-leakopenapi-generator version
OpenAPI declaration file content or url
Tripletex API: https://tripletex.no/v2/openapi.json
Generation Details
Attached is the log of the execution run. No other config is changed.
log.txt
Steps to reproduce
wget ...command as provided in the readme.