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

PHP memory exhaust when too many SMS in sent box #629

Open
egorky opened this issue Apr 24, 2021 · 0 comments
Open

PHP memory exhaust when too many SMS in sent box #629

egorky opened this issue Apr 24, 2021 · 0 comments

Comments

@egorky
Copy link

egorky commented Apr 24, 2021

Hi,

I have installed the playsms version 1.4.3 and I think this is a bug.
I send a lot of SMS so the sent box is huge and when I select the Sent Messages option, the web server crashes
image
I had to increase the memory limit in the php.ini file to 512 M or the page doesn't display at all.
memory_limit = 512M
Once I do that, I can see the sent messages again.
image
@antonraharja maybe you can use another method to fetch a small amount of records at a time because I don't think one should be increasing the memory as the sent SMS increases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant