The error message "No more memory" is a generic message that pops up in many situations. Sometimes it can be true, there is no more memory. Other times, it can be for some technical reason such as a missing file or inability to open a file.

Please correct the "No more memory" error to only be shown to a user when there is no more memory, and not when it could be another completely unrelated problem. We need to be able to trust the error messages thrown to the user. Without that trust, troubleshooting can take some wild directions.

Comments