Allow restore start upon OOM restart

Issue #566 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

When the user hits an out of memory error, it would be nice if the auto-restart returned the user to where they were when the hit the error.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Start the jar with -Xms30M -Xmx50M
  2. Open large_6kx6k.txt
  3. Upon OOM error, click restart

CURRENT BEHAVIOR

Restarts to splash page.

EXPECTED BEHAVIOR

Restarts and automatically imports the same file (or brings user back to export window) with all previously selected settings.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Export and load are the 2 places where this can happen, but I think that if there was some way to save and re-load the existing memory, that would be the easiest avenue.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

medium

COMMENTS

Comments (0)

  1. Log in to comment