Git Product home page Git Product logo

Comments (5)

monlor avatar monlor commented on July 23, 2024

贴一下日志

from mixbox-archive.

cychen95 avatar cychen95 commented on July 23, 2024

mixbox 版本:[0.0.6]

fatal error: runtime: out of memory

runtime stack:
runtime.throw(0x857520, 0x16)
        /usr/local/go/src/runtime/panic.go:608 +0x60
runtime.sysMap(0x2000000, 0x800000, 0x10a01f8)
        /usr/local/go/src/runtime/mem_linux.go:156 +0xf0
runtime.(*linearAlloc).alloc(0x1091024, 0x800000, 0x400000, 0x10a01f8, 0x11c01)
        /usr/local/go/src/runtime/malloc.go:1230 +0xd0
runtime.(*mheap).sysAlloc(0x1090560, 0x800000, 0x108b2e0, 0x38f60)
        /usr/local/go/src/runtime/malloc.go:525 +0x78
runtime.(*mheap).grow(0x1090560, 0x400, 0x0)
        /usr/local/go/src/runtime/mheap.go:920 +0x4c
runtime.(*mheap).allocSpanLocked(0x1090560, 0x400, 0x10a0208, 0x3f30957e)
        /usr/local/go/src/runtime/mheap.go:848 +0x3ac
runtime.(*mheap).alloc_m(0x1090560, 0x400, 0xffff0101, 0x76f04)
        /usr/local/go/src/runtime/mheap.go:692 +0x14c
runtime.(*mheap).alloc.func1()
        /usr/local/go/src/runtime/mheap.go:759 +0x5c
runtime.(*mheap).alloc(0x1090560, 0x400, 0x2b010101, 0xc43c66a1)
        /usr/local/go/src/runtime/mheap.go:758 +0x90
runtime.largeAlloc(0x800000, 0x70101, 0x2b97c000)
        /usr/local/go/src/runtime/malloc.go:1019 +0xa0
runtime.mallocgc.func1()
        /usr/local/go/src/runtime/malloc.go:914 +0x58
runtime.systemstack(0x795e8)
        /usr/local/go/src/runtime/asm_mipsx.s:207 +0x9c
runtime.mstart()
        /usr/local/go/src/runtime/proc.go:1229

goroutine 1 [running, locked to thread]:
runtime.systemstack_switch()
        /usr/local/go/src/runtime/asm_mipsx.s:159 +0x8 fp=0x1478e1c sp=0x1478e18 pc=0x796c4
runtime.mallocgc(0x800000, 0x78efc0, 0xf00ee301, 0x153c000)
        /usr/local/go/src/runtime/malloc.go:913 +0x9a0 fp=0x1478e70 sp=0x1478e1c pc=0x1c924
runtime.makeslice(0x78efc0, 0x800000, 0x800000, 0x151a348, 0x5ed27414, 0x7200fa71)
        /usr/local/go/src/runtime/slice.go:70 +0xa4 fp=0x1478e84 sp=0x1478e70 pc=0x60154
verysync.com/verysync/lib/protocol.init.5()
        /Users/xujintian/go/src/verysync.com/verysync/lib/protocol/protocol.go:49 +0x6c fp=0x1478ed8 sp=0x1478e84 pc=0x43c338
verysync.com/verysync/lib/protocol.init()
        <autogenerated>:1 +0x1b44 fp=0x1478f50 sp=0x1478ed8 pc=0x4457fc
verysync.com/verysync/lib/config.init()
        <autogenerated>:1 +0xf8 fp=0x1478f80 sp=0x1478f50 pc=0x518d8c
main.init()
        <autogenerated>:1 +0x140 fp=0x1478fcc sp=0x1478f80 pc=0x7017c0
runtime.main()
        /usr/local/go/src/runtime/proc.go:189 +0x1f8 fp=0x1478fec sp=0x1478fcc pc=0x458e4
runtime.goexit()
        /usr/local/go/src/runtime/asm_mipsx.s:660 +0x4 fp=0x1478fec sp=0x1478fec pc=0x7ba6c

goroutine 6 [chan receive]:
verysync.com/verysync/vendor/verysync.com/notify.(*nonrecursiveTree).dispatch(0x1422300, 0x1422280)
        /Users/xujintian/go/src/verysync.com/verysync/vendor/verysync.com/notify/tree_nonrecursive.go:36 +0xc0
created by verysync.com/verysync/vendor/verysync.com/notify.newNonrecursiveTree
        /Users/xujintian/go/src/verysync.com/verysync/vendor/verysync.com/notify/tree_nonrecursive.go:29 +0xec

goroutine 7 [chan receive]:
verysync.com/verysync/vendor/verysync.com/notify.(*nonrecursiveTree).internal(0x1422300, 0x14222c0)
        /Users/xujintian/go/src/verysync.com/verysync/vendor/verysync.com/notify/tree_nonrecursive.go:81 +0x64
created by verysync.com/verysync/vendor/verysync.com/notify.newNonrecursiveTree
        /Users/xujintian/go/src/verysync.com/verysync/vendor/verysync.com/notify/tree_nonrecursive.go:30 +0x118

goroutine 8 [chan receive]:
verysync.com/verysync/lib/protocol.(*bufferPool).drain(0x14681e0)
        /Users/xujintian/go/src/verysync.com/verysync/lib/protocol/bufferpool.go:36 +0xc4
created by verysync.com/verysync/lib/protocol.newBufferPool
        /Users/xujintian/go/src/verysync.com/verysync/lib/protocol/bufferpool.go:28 +0x90

goroutine 9 [chan receive]:
verysync.com/verysync/lib/protocol.(*bufferPool).drain(0x1468210)
        /Users/xujintian/go/src/verysync.com/verysync/lib/protocol/bufferpool.go:36 +0xc4
created by verysync.com/verysync/lib/protocol.newBufferPool
        /Users/xujintian/go/src/verysync.com/verysync/lib/protocol/bufferpool.go:28 +0x90```

from mixbox-archive.

monlor avatar monlor commented on July 23, 2024

内存不够用了,没什么办法,小米路由器3貌似不支持虚拟内存

from mixbox-archive.

cychen95 avatar cychen95 commented on July 23, 2024

我把其他插件停止了,大概剩了 60m 左右的内存运行,也会有问题。看起来是没办法了 ...

^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^
[monitor] 09:19:44 WARNING: Please check for existing issues with similar panic message at https://forum.verysync.com/          
[monitor] 09:19:44 WARNING: If no issue with similar panic message exists, please create a new issue with the panic log attached
[monitor] 09:19:44 INFO: verysync exited: exit status 2
[monitor] 09:19:45 INFO: Starting verysync
fatal error: runtime: out of memory                                                                                
[monitor] 09:19:51 WARNING: Panic detected, writing to "/etc/mixbox/apps/verysync/config/panic-20190118-091951.log"   
[monitor] 09:19:51 WARNING: Please check for existing issues with similar panic message at https://forum.verysync.com/          
[monitor] 09:19:51 WARNING: If no issue with similar panic message exists, please create a new issue with the panic log attached
[monitor] 09:19:51 INFO: verysync exited: exit status 2
[monitor] 09:19:52 INFO: Starting verysync
fatal error: runtime: out of memory                                                                                
[monitor] 09:19:58 WARNING: Panic detected, writing to "/etc/mixbox/apps/verysync/config/panic-20190118-091958.log"   
[monitor] 09:19:58 WARNING: Please check for existing issues with similar panic message at https://forum.verysync.com/          
[monitor] 09:19:58 WARNING: If no issue with similar panic message exists, please create a new issue with the panic log attached
[monitor] 09:19:58 INFO: verysync exited: exit status 2
[monitor] 09:19:59 INFO: Starting verysync
fatal error: runtime: out of memory                                                                                
[monitor] 09:20:09 WARNING: Panic detected, writing to "/etc/mixbox/apps/verysync/config/panic-20190118-092009.log"   
[monitor] 09:20:09 WARNING: Please check for existing issues with similar panic message at https://forum.verysync.com/          
[monitor] 09:20:09 WARNING: If no issue with similar panic message exists, please create a new issue with the panic log attached
[monitor] 09:20:09 INFO: verysync exited: exit status 2

from mixbox-archive.

monlor avatar monlor commented on July 23, 2024

哦,可能不是,等我更新这个问题

from mixbox-archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.