fanliang11 / surging

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
MIT License
3.24k stars 923 forks source link

surging跑二周内存到6G #365

Closed victor596 closed 4 years ago

victor596 commented 4 years ago

此服务在win环境,只包含两个普通的业务服务,没有使用dns,udp,ws等协议。 api每天调用的次数在100以下 1

2

3

4

victor596 commented 4 years ago

补充图片 5

fanliang11 commented 4 years ago

问题出在UdpReceiveResult 和udpclient ,surging 没有出现过UdpReceiveResult ,udpclient

victor596 commented 4 years ago

有点猜到原因了。可能是启用了dns模块然后RootDnsAddress又没有设置正确的地址所致