Bugs and know issues with Netfig 0.8
|
|
Netfig may occasionaly show errors for valid commands. This happens because the syntax schema that it is using are extracted from a particular device with a particular set of interfaces and a particular OS image. Your device may differ in a number of ways in the commands that it will accept.
The Live Extraction feature shortly available to beta testers fixes this problem by double checking the schema against the actual device you are configuring while you configure it.
If Netfig has encountered an Out of Memory Error this can also lead to unexpected behaviour including inaccurate error reporting. If you encounter an out of memory error you should restart the platform. |
|
|
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. |
|
|