|
Netfig produces an error such as:
Exception in thread "Load mode x25_profile" java.lang.OutOfMemoryError: Java heap space
to standard out.
Netfig is running out of space to hold the representations of the syntax schema. To avoid this error you should try to avoid having many documents open at the same time that reference different schema. You can also increase the amount of memory avilable by starting Netfig with a command line argument such as:
-vmargs -Xmx400M
this would increase the maximum memory available
to the JVM to 400Mb.
|