! The Algorithm: "Load..." had an error while executing.
initial memory allocation in config.ini does not seem to be set ... might be a nice feature/enhancement for a lot of reasons if this could be set for the User initially ... something larger than default 128m(?)
this has several implications when trying to load a large file on a machine with sufficient memory ...
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError?: Java heap space)
at org.eclipse.swt.SWT.error(SWT.java:3374)
at org.eclipse.swt.SWT.error(SWT.java:3297)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:28)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:3825)
at org.cishell.reference.gui.persistence.load.FileLoad?.execute(FileLoad?.java:66)
at org.cishell.reference.gui.menumanager.menu.AlgorithmWrapper?.execute(AlgorithmWrapper?.java:109)
at org.cishell.reference.app.service.scheduler.AlgorithmTask?.run(SchedulerServiceImpl?.java:680)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.OutOfMemoryError?: Java heap space