[MXS-4372] MAXGUI - Out of memory in client PC browser. Created: 2022-10-27 Updated: 2023-11-08 Resolved: 2022-11-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxgui |
| Affects Version/s: | 6.2.4 |
| Fix Version/s: | 6.4.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Muhammad Irfan | Assignee: | Duong Thien Ly |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-170 |
| Description |
|
At login screen of MAXGUI, the browser crashes as follows.
In MS IE version, screen rendering does not work properly. google chrome version : 105.0.5195.127(64bit) |
| Comments |
| Comment by Duong Thien Ly [ 2022-11-16 ] |
|
The out-of-memory issue is caused by a large response JSON received from the "/sessions" endpoint. The session tables are now server-side paginated. |