Flutter 개발 Story
Explicit concurrent copying GC freed 4884(175KB) AllocSpace objects, 1(20KB) LOS objects, 89% free, 1485KB/13MB, paused 61us total 11.319ms 본문
Flutter
Explicit concurrent copying GC freed 4884(175KB) AllocSpace objects, 1(20KB) LOS objects, 89% free, 1485KB/13MB, paused 61us total 11.319ms
flutter 개발하자 2021. 6. 1. 14:40flutter로 개발하다 보면, 위와 같은 로그가 뜬다.
Explicit concurrent copying GC freed 4884(175KB) AllocSpace objects, 1(20KB) LOS objects, 89% free, 1485KB/13MB, paused 61us total 11.319ms
앱이 메모리를 사용하는데 있어서 GC(Garbage Collector)에 할당된 메모리까지 사용해 GC가 메모리를 비우는데 시간이 오래 걸리게 된다는 뜻이다.
'Flutter' 카테고리의 다른 글
Flutter 플러그인 VS 모듈 (0) | 2021.10.07 |
---|---|
Oauth) 카카오톡으로 API 로그인하기 (with Firebase function) (0) | 2021.09.14 |
Isolate 사용방법 (0) | 2021.05.31 |
MethodChannel (0) | 2021.05.26 |
Isolate vs Thread (0) | 2021.05.26 |
Comments