Building under the Any CPU profile will throw a System.OutOfMemoryException when it surpasses 2GB of RAM usage. Usually happens within the first 5 seconds of running (with or without the simulation running). Exception is thrown randomly (does not occur every time application is launched).
Building for x64 profile has not been tested as it doesn't seem to trigger the exception.
Building under the
Any CPUprofile will throw aSystem.OutOfMemoryExceptionwhen it surpasses 2GB of RAM usage. Usually happens within the first 5 seconds of running (with or without the simulation running). Exception is thrown randomly (does not occur every time application is launched).Building for
x64profile has not been tested as it doesn't seem to trigger the exception.