Runtime: out of memory

Hey all !
I am working on Kibana ,which i included Packet beat file to get the Network Data.I installed the packet data into my system and configured packetbeat.yml file too but when i run
packetbeat setup --dashboards
I am getting the following error :
fatal error: runtime: out of memory

runtime stack:
runtime.throw(0x194170b, 0x16)
	/usr/local/go/src/runtime/panic.go:608 +0x72 fp=0x7ffeb57d94e0 sp=0x7ffeb57d94b0 pc=0xa96b92
runtime.sysMap(0xc000000000, 0x4000000, 0x2c224b8)
	/usr/local/go/src/runtime/mem_linux.go:156 +0xc7 fp=0x7ffeb57d9520 sp=0x7ffeb57d94e0 pc=0xa81d77
runtime.(*mheap).sysAlloc(0x26f4540, 0x4000000, 0x0, 0x0)
	/usr/local/go/src/runtime/malloc.go:619 +0x1c7 fp=0x7ffeb57d95a8 sp=0x7ffeb57d9520 pc=0xa75c57
runtime.(*mheap).grow(0x26f4540, 0x1, 0x0)
	/usr/local/go/src/runtime/mheap.go:920 +0x42 fp=0x7ffeb57d9600 sp=0x7ffeb57d95a8 pc=0xa8e102
runtime.(*mheap).allocSpanLocked(0x26f4540, 0x1, 0x2c224c8, 0x0)
	/usr/local/go/src/runtime/mheap.go:848 +0x337 fp=0x7ffeb57d9640 sp=0x7ffeb57d9600 pc=0xa8df87
runtime.(*mheap).alloc_m(0x26f4540, 0x1, 0x2a, 0x0)
	/usr/local/go/src/runtime/mheap.go:692 +0x119 fp=0x7ffeb57d9680 sp=0x7ffeb57d9640 pc=0xa8d799
runtime.(*mheap).alloc.func1()
	/usr/local/go/src/runtime/mheap.go:759 +0x4c fp=0x7ffeb57d96b8 sp=0x7ffeb57d9680 pc=0xac333c
runtime.(*mheap).alloc(0x26f4540, 0x1, 0x1002a, 0x7ffeb57d9720)
	/usr/local/go/src/runtime/mheap.go:758 +0x8a fp=0x7ffeb57d9708 sp=0x7ffeb57d96b8 pc=0xa8da3a
runtime.(*mcentral).grow(0x26f62f8, 0x0)
	/usr/local/go/src/runtime/mcentral.go:232 +0x94 fp=0x7ffeb57d9750 sp=0x7ffeb57d9708 pc=0xa81774
runtime.(*mcentral).cacheSpan(0x26f62f8, 0x0)
	/usr/local/go/src/runtime/mcentral.go:106 +0x2f8 fp=0x7ffeb57d9798 sp=0x7ffeb57d9750 pc=0xa812c8
runtime.(*mcache).refill(0x7f72badd8000, 0x220000002a)
	/usr/local/go/src/runtime/mcache.go:122 +0x95 fp=0x7ffeb57d97c8 sp=0x7ffeb57d9798 pc=0xa80e85
runtime.(*mcache).nextFree.func1()
	/usr/local/go/src/runtime/malloc.go:749 +0x32 fp=0x7ffeb57d97e8 sp=0x7ffeb57d97c8 pc=0xac2752
runtime.(*mcache).nextFree(0x7f72badd8000, 0x2c2252a, 0x4000, 0x7f72badd8000, 0x7ffeb57d98a8)
	/usr/local/go/src/runtime/malloc.go:748 +0xb6 fp=0x7ffeb57d9840 sp=0x7ffeb57d97e8 pc=0xa76306
runtime.mallocgc(0x180, 0x1915680, 0x7ffeb57d9901, 0x7f72baddc000)
	/usr/local/go/src/runtime/malloc.go:903 +0x793 fp=0x7ffeb57d98e0 sp=0x7ffeb57d9840 pc=0xa76c53
runtime.newobject(0x1915680, 0x2c22520)
	/usr/local/go/src/runtime/malloc.go:1032 +0x38 fp=0x7ffeb57d9910 sp=0x7ffeb57d98e0 pc=0xa77038
runtime.malg(0x7f7200008000, 0x7f72badd8000)
	/usr/local/go/src/runtime/proc.go:3285 +0x31 fp=0x7ffeb57d9950 sp=0x7ffeb57d9910 pc=0xaa0cb1
runtime.mpreinit(0x26d75c0)
	/usr/local/go/src/runtime/os_linux.go:311 +0x29 fp=0x7ffeb57d9970 sp=0x7ffeb57d9950 pc=0xa94fc9
runtime.mcommoninit(0x26d75c0)
	/usr/local/go/src/runtime/proc.go:624 +0xc1 fp=0x7ffeb57d99a8 sp=0x7ffeb57d9970 pc=0xa9a761
runtime.schedinit()
	/usr/local/go/src/runtime/proc.go:546 +0x89 fp=0x7ffeb57d9a10 sp=0x7ffeb57d99a8 pc=0xa9a429
runtime.rt0_go(0x7ffeb57d9b18, 0xb, 0x7ffeb57d9b18, 0x0, 0x7f72ba40bb97, 0xb, 0x7ffeb57d9b18, 0xb00008000, 0xac52a0, 0x0, ...)
	/usr/local/go/src/runtime/asm_amd64.s:195 +0x11a fp=0x7ffeb57d9a18 sp=0x7ffeb57d9a10 pc=0xac53ca

Can someone help me with this error.It would be very helpful!
Thank you

Hi.

Which version of packetbeat are you using and what Operating System?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.