Dashboard Size Issue. #36250
Replies: 1 comment 2 replies
-
|
Superset enforces a dashboard size limit to prevent performance and storage issues. The error appears when the serialized dashboard layout data exceeds the configured limit. By default, this limit is set to 65,535 characters, but you can increase it by setting the To do this, add the following line to your SUPERSET_DASHBOARD_POSITION_DATA_LIMIT = 120000 # or any higher value you needThen restart Superset for the change to take effect. This will allow you to save larger dashboards. The value is passed from backend to frontend and will be enforced in the UI as well source. Keep in mind that increasing this limit may impact performance or stability, especially for very large dashboards. If you run into issues, consider splitting your dashboard into smaller ones. Let me know if you need more details on where to place the config or how to reload Superset! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone!
I got this error while adding a new chart on a dashboard:
Your dashboard is too large. Please reduce its size before saving it.Is there a config to increase space allocated to each dashboard, or any way around it?
Beta Was this translation helpful? Give feedback.
All reactions