1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 00:51:12 +01:00

Log memory usage even sooner

This commit is contained in:
Github Actions 2023-01-20 21:37:53 +01:00
parent ba2b3a0350
commit 7d6ecf9148

View File

@ -47,6 +47,7 @@ final class GarbageCollector
return;
}
self::$started = true;
self::getMemoryConsumption();
EventLoop::repeat(1, static function (): void {
$currentMemory = self::getMemoryConsumption();