Git Product home page Git Product logo

Comments (5)

pengweiqhca avatar pengweiqhca commented on August 19, 2024

你可以将dump给我,我帮你分析一下

from apollo.net.

Yeshuaihui avatar Yeshuaihui commented on August 19, 2024

文件太大了 压缩后71M
传不上去

from apollo.net.

pengweiqhca avatar pengweiqhca commented on August 19, 2024

发我邮箱[email protected]

from apollo.net.

Yeshuaihui avatar Yeshuaihui commented on August 19, 2024

我貌似找到原因了,同事对你们的客户端代码进行了封装,每次调用配置的时候都走了一遍 var builder = AddJsonConfig(); IConfiguration apolloConfiguration = builder.Build().GetSection("apollo"); try { IApolloConfigurationBuilder apolloBuilder = builder.AddApollo(apolloConfiguration);//注意:如果配置文件中没有添加apollo的配置,这里会异常 if (string.IsNullOrEmpty(namespaceName)) { apolloBuilder.AddDefault(); } else { apolloBuilder.AddNamespace(namespaceName); } config= builder.Build(); } catch (Exception ex) { config= builder.Build(); }
我猜想很有可能是每次都是创建了一个新的客户端与服务器的链接了导致的
我给他改了一下 加了一个静态字典存储起来以namespace为key下次要使用的话直接从字典里面获取
昨天测了一下内存情况是没有了,等下测试下配置修改了的话客户端能否拿到最新的配置

from apollo.net.

Yeshuaihui avatar Yeshuaihui commented on August 19, 2024

我按照我的思路测试了一下 阿波罗的功能都是正常的,的确是我同事代码有问题 已经改过来了

from apollo.net.

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.