Oleksandr Kurochka

Results 44 comments of Oleksandr Kurochka

I only have one configuration file and the command confirms it. ```root@4d4c21929336:/var/www# php bin/console debug:config WebProfilerBundle Current configuration for "WebProfilerBundle" ============================================= web_profiler: toolbar: true intercept_redirects: true excluded_ajax_paths: '^/((index|app(_[\w]+)?)\.php/)?_wdt' ``` Unfortunately,...

Upgrading php-translation/symfony-bundle (0.12.8 => 0.14.3). https://github.com/php-translation/symfony-bundle/commit/722e61673af494824b585b32bc619200b28729e4 https://github.com/php-translation/symfony-bundle/pull/500 Sorry, I don't know how, but I had an old version. I accidentally went through the templates, then decided to check what's in...

It would be good to have a setting at connection if the process hangs or uses more memory than specified - so that this process is killed. Please show examples...

Use "danog/madelineproto": "^8.5.4". Yes, there is a guarantee because the database creates tables and fills them with data. I customized the connection script a little: ``` public function getApiConnect($account =...

Thanks. When the system is under load again, I will make a conclusion about the memory and add it here. If it is not loaded, I will close this issue....

@danog And here I caught the server load again at 40%+. For some reason, errors started to appear: Sending on the channel failed. Did the context die? And then the...

[madelineproto.log.zip](https://github.com/user-attachments/files/21754768/madelineproto.log.zip) The file is large, I could only upload it as an archive.

@danog Hello. Will there be a chance to help?

Okay, thanks, I'll try to find something.

Hello @danog 1. Enabled memprof 2. Added MEMPROF_PROFILE=1 to ENV, checked that php definitely sees the MEMPROF_PROFILE parameter. 3. Additionally set $settings->getMetrics()->setEnableMemprofCollection(true) Everything that was able to be removed was...