shopware / development

MIT License
189 stars 169 forks source link

Increase sort_buffer_size #109

Closed JEreth closed 3 years ago

JEreth commented 4 years ago

When working with more complex custom fields sets (i.e. when migrating from other shop systems) the sort_buffer_size quickly reach its limit. Therefore I suggest increasing the sort_buffer_size by default.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

bneumann97 commented 3 years ago

Hey @JEreth, thanks for your contribution 💙 Unfortunately, we don't want this change. There could be the possibility that there are people that have less than 2gb for their memory. As this is for the dev template we are sure that anyone who needs more memory for their sort_buffer_size are able to implement this themselves.