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

Make memory limit configurable #16

Open
getdatakick opened this issue Apr 8, 2024 · 0 comments
Open

Make memory limit configurable #16

getdatakick opened this issue Apr 8, 2024 · 0 comments

Comments

@getdatakick
Copy link
Contributor

The sitemap generation contains memory consumption logic.

When PHP use more than 100MB of data during sitemap generation, data are flushed into sitemap file, and process is prematurely interrupted -- response contains redirect url to continue process.

This can be useful feature for hostings with limited resources, but totally unnecessary when server has enough memory.

Module configuration page should contain settings to control this behaviour -- change the memory threshold, or even disable this completely.

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