Each LVE limits the amount of memory to prevent a single site exhausting all the server memory.
If the limit is reached, it will return the error code 500 or 503.
This way a very heavy site would slow down and start showing the error, without affecting other users.
Once the site memory usage go under the limit, the system will start serving the web site again.