Background concurrent copying GC freed - Flutter

前端 未结 5 1206
栀梦
栀梦 2021-02-19 18:56

In my Flutter log I\'m constantly getting this messages(just with some different numbers):

Background concurrent copying GC freed 153040(3MB) AllocSpace objects,         


        
5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-19 19:27

    Don't mean to bump this question/answer but, in case is useful for others nowadays ... Another reason for this message to appear is when the logic of the application enters into an infinite loop (e.g. a cursor that never moves to Next record, etc). Eventually the GC starts doing too much work under such conditions.

提交回复
热议问题