Feng Lee

Results 17 comments of Feng Lee

=ERROR REPORT==== 14-Apr-2016::13:30:04 ===^M *\* Generic server terminating ^M *\* Last message in was {inet_async,#Port,13067,{error,system_limit}}^M *\* When Server state == {state,#Port,^M #Fun,^M #Fun,^M ["0.0.0.0",58,"80"],^M ,#Fun,^M {gen_logger,lager_logger,8},^M 13067,0}^M

Fixed in emqttd project: https://github.com/emqtt/emqttd/issues/535

@boddumanohar Please tune the Linux kernel for more connections: https://docs.emqx.io/broker/v3/en/tune.html#linux-kernel-tuning

@rejji sorry for the delay. I am working on EMQ X R3.0 these days, and the rate limit and flow control features will be implemented according to the MQTT Version...

@mingdong. I have no idea about the problems of your benchmark setup from your report. We usually benchmark the broker on qingcloud.com when a new release is ready. A single...

@tbstenbock The node name should be emq@, the short host name like 'cluster5' cannot work.

@pablopani2002 You can clone the project to check the `Dockerfile` and `start.sh`

@aksakalli The Erlang node name should be `Name@Host` when clustering, where Host is IP address or the fully qualified host name. For example: ``` services: emq-master: image: aksakalli/rpi-emq environment: -...

Yes. The hamler source code will be compiled to Beam bytecode, and running on Erlang VM.

@sio-funmatsu The issue has been fixed in PR #211