erdia icon indicating copy to clipboard operation
erdia copied to clipboard

Maximum text size in diagram exceeded

Open MasatoD opened this issue 1 year ago • 3 comments

Thanks for a good project.

Do you get the error 'Maximum text size in diagram exceeded' when there are too many tables? Is there a solution?

MasatoD avatar Feb 06 '25 11:02 MasatoD

https://github.com/mermaid-js/mermaid-cli/issues/113

MasatoD avatar Feb 06 '25 11:02 MasatoD

@MasatoD Hi,

I didn't meet 'Maximum text size in diagram exceeded' issue. But I read your link(mermaid issue), that is still problem. That article say that 'mermaid.initialize' ignore fix option.

I think that is related JavaScript string max length. Can you provide reproducable repo?

imjuni avatar Feb 12 '25 04:02 imjuni

@imjuni

Thank you for your response. Unfortunately, I can't share my reproducible repo because it's private. Given the massive DB size, the issue might be due to JS string length limits—perhaps splitting the data could help.

MasatoD avatar Feb 17 '25 03:02 MasatoD