In some cases, a Java program might produce an out-of-memory error, even though the same model can be solved as an LP or MPS file.
The memory heap in Java is fixed at runtime, which can lead to an out-of-memory condition. However, you can adjust the size of the memory heap by setting the -Xmx parameter when you launch the Java VM.
Comments
0 comments
Article is closed for comments.