Oleksandr Kurochka

Results 44 comments of Oleksandr Kurochka

@danog Sorry, exactly, here is the log file. [MadelineProto23.08.log.zip](https://github.com/user-attachments/files/21950509/MadelineProto23.08.log.zip)

@danog Hello. Sorry for bothering you, did you manage to check my case? I'll repeat myself of course, but it would be great to have some command or sh script...

I'll try it and get back to you. Thank you.

Hello, @danog . The situation is repeating itself again, but I reworked the work with the library separately from Symfony and added some memory and time restrictions, so the script...

@danog Hello. For one account, this restart is enough for a day, but for another, immediately after the restart, it still takes up a lot of memory, 33% or more....

@entermix Go from the other side, set the lifetime of the php script. set_time_limit(300); ini_set('memory_limit', '512M'); But my experience shows that you need to open a session, do some actions...

@danog Hello. Can you look into my problem? I thought that maybe updating to a new version of the library would save the situation, but there is an error right...

@danog Everything worked for two weeks, but now only this error: The operation was cancelled It is not clear what this is related to, because the script did not change,...

@entermix Yes, I am also in favor of having the ability to end the process in a better way than restart(), although it does the same thing (but logically you...

@danog Hello. Yes, I see that in general the process takes up little memory and the processor is causing the problem, but over time it takes up too much memory...