Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark error #328

Closed
smartbruce opened this issue Oct 9, 2015 · 3 comments
Closed

benchmark error #328

smartbruce opened this issue Oct 9, 2015 · 3 comments
Milestone

Comments

@smartbruce
Copy link

single machine(4core 8G),beyond 60K connection,emqttd server occurs error:
21:01:39.448 <0.231.0> [error] large_heap: gcpid = <0.444.0>,[{registered_name,[]},{memory,73395528},{message_queue_l
en,0},{heap_size,2984878},{total_heap_size,9174318}]
[{old_heap_block_size,6189440},{heap_block_size,2984878},{mbuf_size,0},{stack_size,256101},{old_heap_size,4293792},{
heap_size,577578}]
21:01:49.080 <0.231.0> [error] large_heap: gcpid = <0.443.0>,[{registered_name,[]},{memory,78171328},{message_queue_l
en,0},{heap_size,3581853},{total_heap_size,9771293}]
[{old_heap_block_size,6189440},{heap_block_size,3581853},{mbuf_size,0},{stack_size,255329},{old_heap_size,4004547},{
heap_size,853094}]
21:01:59.092 <0.231.0> [error] large_heap: gcpid = <0.443.0>,[{registered_name,[]},{memory,73395544},{message_queue_l
en,0},{heap_size,2984878},{total_heap_size,9174318}]
[{old_heap_block_size,6189440},{heap_block_size,2984878},{mbuf_size,0},{stack_size,255737},{old_heap_size,4162439},{
heap_size,702709}]
21:02:09.440 <0.231.0> [error] large_heap: gcpid = <0.444.0>,[{registered_name,[]},{memory,73395528},{message_queue_l
en,0},{heap_size,2984878},{total_heap_size,9174318}]
[{old_heap_block_size,6189440},{heap_block_size,2984878},{mbuf_size,0},{stack_size,255724},{old_heap_size,4162462},{
heap_size,702696}]
21:02:39.054 <0.231.0> [error] large_heap: gcpid = <0.443.0>,[{registered_name,[]},{memory,73395544},{message_queue_l
en,0},{heap_size,2984878},{total_heap_size,9174318}]
[{old_heap_block_size,6189440},{heap_block_size,2984878},{mbuf_size,0},{stack_size,255857},{old_heap_size,4215457},{
heap_size,652229}]
21:03:09.054 <0.231.0> [error] large_heap: gcpid = <0.443.0>,[{registered_name,[]},{memory,73395544},{message_queue_l
en,0},{heap_size,2984878},{total_heap_size,9174318}]
[{old_heap_block_size,6189440},{heap_block_size,2984878},{mbuf_size,0},{stack_size,255857},{old_heap_size,4215470},{
heap_size,652216}]

@emqplus
Copy link
Contributor

emqplus commented Oct 9, 2015

Ignore the warning messages.

@emqplus
Copy link
Contributor

emqplus commented Oct 9, 2015

Attach to the VM and find the processes with large heap:

./bin/emqttd attach

erlang:process_info(pid(0, 443,0)).

CTRL+D to exit.

@emqplus
Copy link
Contributor

emqplus commented Oct 12, 2015

Suppress sysmon messages: #338

@emqplus emqplus closed this as completed Oct 12, 2015
@emqplus emqplus added this to the 0.12.1 milestone Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants