You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating MadelineProto via composer, it runs out of memory when transpiling (for PHP 7.4).
PHP transpiler - Write and deploy modern PHP 8 code, today: https://phabel.io
Transpilation in progress... 100% (3868/3868)
Applying covariance and contravariance transforms... 3% ( 96/2470)
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 20480 bytes) in /home/sites/test/web/src/addons/Messaging/vendor/phabel/phabel/vendor-bundle/phabel/php-parser/lib/PhpParser/Parser/Php5.php on line 921
Tried overriding Composer to use 2GB and got farther, but didn't complete. 4GB still wasn't enough. Ended up giving Composer 10GB to work around it and get through the update process.
The text was updated successfully, but these errors were encountered:
When updating MadelineProto via composer, it runs out of memory when transpiling (for PHP 7.4).
Tried overriding Composer to use 2GB and got farther, but didn't complete. 4GB still wasn't enough. Ended up giving Composer 10GB to work around it and get through the update process.
The text was updated successfully, but these errors were encountered: