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

Error Log Causes Out of Memory Exception #9

Open
eroltoker opened this issue May 17, 2024 · 0 comments
Open

Error Log Causes Out of Memory Exception #9

eroltoker opened this issue May 17, 2024 · 0 comments

Comments

@eroltoker
Copy link

I implemented this in a simple test file very simply like this:
$logger->error($message);

No matter what I bump up the memory limit to, i still get this fatal error (even if it's 2GB)

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes)

I reviewed the class in the library and can't see anything different about how ->error is called vs ->warning or ->info.

Appreciate any insight/thoughts on this.

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

No branches or pull requests

1 participant