hectorqin / reader

阅读3服务器版,桌面端,iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star,关注一下公众号【假装大佬】❗️ Demo服务器由于未备案已被关停,建议自行搭建
GNU General Public License v3.0
8.42k stars 5.24k forks source link

服务报错:OutOfMemoryError #429

Closed Cikaros closed 1 year ago

Cikaros commented 1 year ago
2023-08-28 21:15:33 [fa437277] [DefaultDispatcher-worker-27] INFO  com.htmake.reader.utils.Ext - Read file from storage name: [data, default, bookSource] path: /storage/data/default/bookSource.json
2023-08-28 21:15:35 [] [vertx-blocked-thread-checker] WARN  i.v.core.impl.BlockedThreadChecker - Thread Thread[vert.x-eventloop-thread-0,5,main]=Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2793 ms, time limit is 2000 ms
2023-08-28 21:15:38 [4c770f59] [DefaultDispatcher-worker-28] INFO  com.htmake.reader.utils.Ext - Read file from storage name: [data, default, bookSource] path: /storage/data/default/bookSource.json
Exception in thread "DefaultDispatcher-worker-14" java.lang.OutOfMemoryError: Java heap space
2023-08-28 21:16:06 [ef16abaf] [DefaultDispatcher-worker-26] INFO  com.htmake.reader.utils.Ext - Read file from storage name: [data, default, bookSource] path: /storage/data/default/bookSource.json
Exception in thread "DefaultDispatcher-worker-27" java.lang.OutOfMemoryError: Java heap space
Exception in thread "DefaultDispatcher-worker-19" java.lang.OutOfMemoryError: Java heap space
Exception in thread "DefaultDispatcher-worker-21" java.lang.OutOfMemoryError: Java heap space
Exception in thread "DefaultDispatcher-worker-28" java.lang.OutOfMemoryError: Java heap space

在触发失效书源的检查后,一段时间后就会有OutOfMemoryError日志

hectorqin commented 1 year ago

内存不足