-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Description
Environment
**Vuetify Version:>3.11
**Vue Version:3.5.13
OS: Linux
Expected Behavior
The frontend container running SSR should have stable memory usage.
Actual Behavior
The frontend docker container running SSR and Vuetify version >= 3.11 is continuesly increasing memory usage. It takes all the available memory of the server. Then the server crashes.
Our production server was crashing because of this memory leak (the server started crashing when we released update including this Vuetify upgrade) In the picture from Zabbix you can see how stable our server became after downgrading back to the last stable Vuetify version. We repeated this experiment several times in testing environments every time with the same result. The only differences were in Vuetify versions. Version 3.10 is the last stable version without memory leak.
Images