Describe the bug
Apollo's memory usage has been noted to balloon when used for a long time.
Steps to reproduce
Have a solution open for a long time and make repeated updates
Expected behavior
Memory usage doesn't explode on trivial solutions
Environment
Technical Details (Optional)
Additional context
Passing the whole solution model between worker on every change is certainly not ideal for performance.
Describe the bug
Apollo's memory usage has been noted to balloon when used for a long time.
Steps to reproduce
Have a solution open for a long time and make repeated updates
Expected behavior
Memory usage doesn't explode on trivial solutions
Environment
Technical Details (Optional)
Additional context
Passing the whole solution model between worker on every change is certainly not ideal for performance.