Skip to content

ResizeCell encountered an error: out of memory exception #123

Open
@bingzhangdai

Description

@bingzhangdai

When I deployed GE and started to import data, everything looked fine. However, I have encountered the out of memory exception and the CPU usage becomes 100% after the exception. Part of error message is listed below,

[ ERROR ] CommittedMemoryExpand: MemoryTrunk 165 failed to expand.
[ ERROR ]
[ ERROR ] ResizeCell encountered an error.
[ ERROR ] Message buffer length: 114
[ ERROR ] CellAlloc: MemoryTrunk 165 is out of Memory.
[ ERROR ] at Trinity.Storage.LocalMemoryStorage.ResizeCell(Int64 cell_id, Int32 cellEntryIndex, Int32 offset, Int32 delta)
... (ignore the call stack)
[ ERROR ] Hexadecimal dump of the message buffer (first 128 bytes):
[ ERROR ] Exceptions are caught in the handler of asynchronous message, message sn: 111
[ ERROR ] ResizeCell encountered an error.
[ ERROR ] Message buffer length: 92
[ ERROR ] Message buffer length: 92
[ ERROR ]
[ ERROR ] CommittedMemoryExpand: MemoryTrunk 165 failed to expand.
[ ERROR ] CellAlloc: MemoryTrunk 165 is out of Memory.
[ ERROR ] Hexadecimal dump of the message buffer (first 128 bytes):
[ ERROR ] Hexadecimal dump of the message buffer (first 128 bytes):
[ ERROR ]

Address 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f

00000000 0e 00 00 00 4e 00 6f 00 72 00 6d 00 55 00 72 00
00000010 6c 00 4c 00 00 00 68 00 74 00 74 00 70 00 3a 00
00000020 2f 00 2f 00 6d 00 65 00 64 00 73 00 63 00 61 00
00000030 70 00 65 00 2e 00 63 00 6f 00 6d 00 2f 00 76 00
00000040 69 00 65 00 77 00 61 00 72 00 74 00 69 00 63 00
00000050 6c 00 65 00 2f 00 37 00 35 00 33 00 32 00 38 00
00000060 38 00 04 00 00 00 96 10 42 43 2c 9b 96 ad 00 00
00000070 00 00 69 00 6e 00

I am pretty sure the server has enough memory, at least 40GB available at that time. I am wondering under what circumstances this kind of exception might happen.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions