Open
Description
The user is not properly notified when the query server runs out of memory. A popup message appears with "Internal Error" on it. There are logs in the query server that state an OOME occurred, but the majority of users will not know where to find that information.
Proposed solution:
- Detect when the query server runs out of memory
- Open an error message dialog with the following text "The query server has run out of memory and will be restarted. Please run your query again." (Or something like that.)
It would be even better if we could give instructions on how to add more memory to the query server, but I don't think that's possible.