mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 04:31:12 +01:00
Log memory usage even sooner
This commit is contained in:
parent
ba2b3a0350
commit
7d6ecf9148
@ -47,6 +47,7 @@ final class GarbageCollector
|
||||
return;
|
||||
}
|
||||
self::$started = true;
|
||||
self::getMemoryConsumption();
|
||||
|
||||
EventLoop::repeat(1, static function (): void {
|
||||
$currentMemory = self::getMemoryConsumption();
|
||||
|
Loading…
x
Reference in New Issue
Block a user