Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's not possible to render more than 16MB to a single virtual config file on MySQL #1787

Closed
Thomas-Gelf opened this issue Feb 15, 2019 · 0 comments
Assignees
Milestone

Comments

@Thomas-Gelf
Copy link
Contributor

Thomas-Gelf commented Feb 15, 2019

Expected Behavior

I can deploy large configurations

Current Behavior

While 100.000 Hosts with a very few properties haven't been an issue, we got a problem report from a customer running 30.000 Hosts, each of them with many custom variables and properties. As most of them finished up in the very same zone, they reached the artificial limit of 16MB per file.

Solution

 ALTER TABLE director_generated_file MODIFY content LONGTEXT NOT NULL;

ref/nc/600899

@Thomas-Gelf Thomas-Gelf added this to the 1.7.0 milestone Feb 15, 2019
@Thomas-Gelf Thomas-Gelf self-assigned this Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant