Hi there, I am new to Home Assistant, only have a few experiences with homebridge. I am using a Raspberry Pi 3b+ with HA and an Unifi Controller.
Every time I start Node-Red, after a few minutes the webgui is not reachable and HomeKit tells “no answer”. When I SSH to my Raspi and try to catch the core or supervisor logs I get this:
ha core logs
fatal error: runtime: out of memory
runtime stack:
runtime.throw(0x4dfba9, 0x16)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/panic.go:1116 +0x54 fp=0x7fc7434e20 sp=0x7fc7434df0 pc=0x41004
runtime.sysMap(0x4000000000, 0x4000000, 0x89e3f8)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mem_linux.go:169 +0xbc fp=0x7fc7434e60 sp=0x7fc7434e20 pc=0x2672c
runtime.(*mheap).sysAlloc(0x8834e0, 0x400000, 0x7fc7434f78, 0x34edc)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/malloc.go:727 +0x188 fp=0x7fc7434f10 sp=0x7fc7434e60 pc=0x1b278
runtime.(*mheap).grow(0x8834e0, 0x1, 0x0)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mheap.go:1344 +0x80 fp=0x7fc7434f80 sp=0x7fc7434f10 pc=0x35110
runtime.(*mheap).allocSpan(0x8834e0, 0x1, 0x2a00, 0x89e408, 0x0)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mheap.go:1160 +0x5ec fp=0x7fc7435000 sp=0x7fc7434f80 pc=0x34f0c
runtime.(*mheap).alloc.func1()
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mheap.go:907 +0x60 fp=0x7fc7435060 sp=0x7fc7435000 pc=0x69ae0
runtime.(*mheap).alloc(0x8834e0, 0x1, 0x7fc743012a, 0x25e04)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mheap.go:901 +0x64 fp=0x7fc74350b0 sp=0x7fc7435060 pc=0x34534
runtime.(*mcentral).grow(0x896398, 0x0)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mcentral.go:506 +0x74 fp=0x7fc7435100 sp=0x7fc74350b0 pc=0x26174
runtime.(*mcentral).cacheSpan(0x896398, 0x1cbd8)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mcentral.go:177 +0x41c fp=0x7fc7435190 sp=0x7fc7435100 pc=0x25ecc
runtime.(*mcache).refill(0x7f8eab5108, 0x2a)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/mcache.go:142 +0xbc fp=0x7fc74351c0 sp=0x7fc7435190 pc=0x2582c
runtime.(*mcache).nextFree(0x7f8eab5108, 0xffffffffffffff2a, 0x89c5d8, 0x86bf80, 0x7fc7435258)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/malloc.go:880 +0x8c fp=0x7fc7435210 sp=0x7fc74351c0 pc=0x1b99c
runtime.mallocgc(0x180, 0x4d2140, 0x7fc7435201, 0x7fc7435318)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/malloc.go:1061 +0x6b4 fp=0x7fc74352d0 sp=0x7fc7435210 pc=0x1c1e4
runtime.newobject(0x4d2140, 0x44968)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/malloc.go:1195 +0x38 fp=0x7fc7435300 sp=0x7fc74352d0 pc=0x1c5f8
runtime.malg(0x8000, 0x0)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/proc.go:3514 +0x2c fp=0x7fc7435350 sp=0x7fc7435300 pc=0x4b96c
runtime.mpreinit(0x86bf80)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/os_linux.go:340 +0x28 fp=0x7fc7435370 sp=0x7fc7435350 pc=0x3e758
runtime.mcommoninit(0x86bf80, 0xffffffffffffffff)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/proc.go:663 +0xdc fp=0x7fc74353c0 sp=0x7fc7435370 pc=0x44a8c
runtime.schedinit()
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/proc.go:565 +0xa4 fp=0x7fc7435430 sp=0x7fc74353c0 pc=0x445e4
runtime.rt0_go(0x7fc7435dee, 0x7fc7435df1, 0x7fc7435df6, 0x0, 0x7fc7435dfb, 0x7fc7435e0b, 0x7fc7435e19, 0x7fc7435e23, 0x7fc7435e30, 0x7fc7435e41, ...)
/opt/hostedtoolcache/go/1.15.5/x64/src/runtime/asm_arm64.s:69 +0xb4 fp=0x7fc7435460 sp=0x7fc7435430 pc=0x6f994
Is anyone else experience such problems and can help?