-
Notifications
You must be signed in to change notification settings - Fork 49
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
Allowed memory size on tag 1.5.0 #132
Comments
Hi @paillechat, I suspect that the changes made in TextCodec.php as part of pull request #130, particularly around the handling of 128-bit trace IDs, might be related to this problem. Would you have any insights into this? Additionally, if you have the bandwidth, would you be able to take a look and possibly address this issue? Your expertise would be greatly appreciated. |
Hi @babenko-alex-pdffiller, |
Hi @paillechat,
|
After the update to 1.5.0, they started getting an error
Allowed memory size of 536870912 bytes exhausted (tried to allocate 266338312 bytes)
we get the error along with "
Warning: A non-numeric value encountered","file":"\/app\/vendor\/packaged\/thrift\/src\/Protocol\/TCompactProtocol.php:107
"Deprecated: Implicit conversion from float-string "257931e25eba638" to int loses precision", "file":"/app/vendor/packaged/thrift/src/Protocol/TCompactProtocol.php:107"
OS: GNU/Linux, PHP: 8.2
The text was updated successfully, but these errors were encountered: