Problem:
I'm receiving "You have reached the maximum number of tabs." popup randomly. I've tried to close the opened Sumo Logic Search tabs in UI, closing the web browser, and even rebooting.
I have very few search tabs in Sumo Logic UI open but still receiving this message. Why am I seeing this message and how to resolve it?
Cause:
This message is typically displayed in the Sumo Logic UI due to either of these two conditions:
- If the user reaches 55 tab limit.
- The user hits the maximum usage of memory allocated.
In Sumo Logic each user has a memory allotment, and if the user has utilized its maximum allocated memory footprint for all the tabs he/she will receive the Tab Limit error.
If the user is running particularly large queries, they can hit that memory limit (and hence the tab limit) in even as little as 3 to 4 tabs.
Solution:
If you are using Chrome and are comfortable using Developer Tools, you can run the following which will fix the issue on the UI:
- Login to Sumo Logic
- From your Browser, select the vertical ellipses icon at the top right of the browser.
- Select "More Tools" -> "Developer Tools"
- Select the "Console" tab of the developer tools box.
- Paste the following content into the console box and then press Return:
SumoApp.getAngularService('$http').post('/json/v1/userSettings/update', {"userSettingsMap":{"workspaceConfig":"{\"default\":{\"id\":\"default\",\"views\":[{\"name\":\"app.workspace.home\",\"type\":\"home\",\"id\":\"home\",\"title\":\"\",\"params\":{\"workspaceId\":\"default\"}},{\"name\":\"app.workspace.library\",\"type\":\"library\",\"currentStateName\":\"app.workspace.library.root\",\"id\":\"library\",\"title\":\"\",\"params\":{\"workspaceId\":\"default\"}}],\"currentViewState\":{\"id\":\"library\"},\"navClosed\":false}}"}})
- Log out of your Sumo Logic session.
- Log back in - you should then see a clean slate and from now on the creation of tabs should work.
Comments
1 comment
Hi,
I tried this solution and it's not working
Google Chrome
Response from command
Please sign in to leave a comment.