Closed martinstraesser closed 2 years ago
Thanks for the report. What version are you using? Have you tried the latest release? Either 5.6.0 or 4.16.0. These have some fixes for using long instead of int.
Sorry cheap mistake from my side, had version 5.0.0.RELEASE running, upgrading to 5.6.0.RELEASE did the job. Thanks for the help.
When trying to get the memory quota of a deployed app I'm getting a JSON deserialization failure when the quota is higher or equal to 2048M:
Exception:
I can provide more details if required. Is there a workaround available or is it possible to move datatype from
int
tolong
?