ixmp.Platform() OutOfMemoryError #617
-
Dear Developer, I have been using Message properly for half a year, and recently got a connection error of ixmp.Platform(). It shows Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Python Reference Queue", as shown also from the screenshot below. The connection takes a long time and then runs into OutOfMemoryError. Any idea I could debug? I have re-installed everything but not helpful. Thanks very much, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Nothing really happens when simply creating the Platform object, i.e. very little additional memory should be needed. Some possibilities include that your system has very little memory (or free memory), or the version of Java you are using somehow uses a lot when it starts up. |
Beta Was this translation helpful? Give feedback.
message-ix show-versions
.Nothing really happens when simply creating the Platform object, i.e. very little additional memory should be needed. Some possibilities include that your system has very little memory (or free memory), or the version of Java you are using somehow uses a lot when it starts up.