You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the activity of an LND node Zeus crashes due to an out of memory error.
There are lots of rebalancing tx in the history, although they are older than a year and I think the history used to work.
The log does not seem to have much information, please let me know if I can help with further information
app.zeusln.zeus E AndroidRuntime : FATAL EXCEPTION: qg.a0 Dispatcher
Process: app.zeusln.zeus, PID: 24712
java.lang.OutOfMemoryError: Failed to allocate a 290011288 byte allocation with 33554432 free bytes and 263MB until OOM, target footprint 294578952, growth limit 536870912
at java.nio.HeapCharBuffer.<init>(HeapCharBuffer.java:87)
at java.nio.HeapCharBuffer.<init>(HeapCharBuffer.java:71)
at java.nio.CharBuffer.allocate(CharBuffer.java:380)
at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:858)
at com.ReactNativeBlobUtil.g.g(Unknown Source:326)
at com.ReactNativeBlobUtil.g.c(Unknown Source:0)
at com.ReactNativeBlobUtil.g$e.a(Unknown Source:114)
at vg.e$a.run(Unknown Source:60)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered:
When loading the activity of an LND node Zeus crashes due to an out of memory error.
There are lots of rebalancing tx in the history, although they are older than a year and I think the history used to work.
The log does not seem to have much information, please let me know if I can help with further information
The text was updated successfully, but these errors were encountered: