lihailan
lihailan
  • 发布:2024-08-29 17:06
  • 更新:2024-08-29 17:06
  • 阅读:157

急急急,websokert连接 鸿蒙虚拟机一直断连,一直循环报的这些错。怎么处理

分类:鸿蒙Next

websocket_exec.cpp 614] lws callback reason is 8
08-29 16:54:29.726 4402-4402 C03f00/ArkCompiler [ecmascript] Trigger old gc here may cost long time, trigger full concurrent mark instead
08-29 16:54:29.766 4402-6193 C015b0/NETSTACK [websocket_exec.cpp 614] lws callback reason is 10
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] Has checked a long time gc
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] [ HPP OldGC ] 109.617 (150) -> 99.3629 (142.25) MB, 610.361(+0.612)ms, Memory reach limit
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] IsInBackground: 0; SensitiveStatus: 0; OnStartupEvent: 0; BundleName: com.example.test.template;
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] /* GC Duration statistic: ****/
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] TotalGC: 610.361 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler Initialize: 0 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler Mark: 0.217 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler MarkRoots: 0.002 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ConcurrentMark pause: 0.612 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler WaitConcurrentMarkFinish:527.905 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ProcessMarkStack: 0 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ReMark: 0.216 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ProcessSharedGCRSetWorkList:0 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler Sweep: 0.352 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ClearNativeObject: 30.503 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler Evacuate: 36.061 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler UpdateReference: 26.547 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler UpdateWeekRef: 26.183 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler UpdateRoot: 0.219 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ProceeWorkload: 0 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler EvacuateSpace: 9.467 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler EvacuateRegion: 9.132 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler WaitFinish: 0.132 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler Finish: 14.947 ms
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] /** GC Memory statistic: *
/
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] AllSpaces used: 101748KB committed: 145664KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler EdenSpace used: 0KB committed: 0KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ActiveSemiSpace used: 4381.93KB committed: 5888KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler OldSpace used: 73714KB committed: 82944KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler HugeObjectSpace used: 22528KB committed: 22528KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler NonMovableSpace used: 1123.68KB committed: 28928KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler MachineCodeSpace used: 0KB committed: 0KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler HugeMachineCodeSpace used: 0KB committed: 0KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler SnapshotSpace used: 0KB committed: 0KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler AppSpawnSpace used: 4885.19KB committed: 5120KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] Anno memory usage size: 151.5 MB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler Native memory usage size:17.1623 MB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler NativeBindingSize: 101.395 KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ArrayBufferNativeSize: 97.5938 KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler RegExpByteCodeNativeSize:3.58398 KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler ChunkNativeSize: 72344.8 KB
08-29 16:54:30.482 4402-4402 C03f00/ArkCompiler [gc] Heap alive rate: websocket run service end
08-29 16:54:34.767 4402-4402 A03d00/JSAPP WebSocket连接打开失败! [object store/index.js:220

2024-08-29 17:06 负责人:无 分享
已邀请:

要回复问题请先登录注册