在7GB RAM服务应用程序中未释放localreport.render("PDF")内存

问题描述:

你好.我们在Azure的应用程序服务中存在RAM问题.我们已将实例增加到7GB RAM,但是仍然存在问题.
我们使用localreport.render("PDF")来生成报告.我们看到,每次发出请求时,内存都会增加(10-20 MB),但没有释放,该如何解决呢?
如果工作集减少了,但专用内存永不减少.
谢谢

Hello. We have a problem with RAM in an app service in Azure. We have increased the instance to 7GB RAM but we still have the problem.
We use localreport.render("PDF") to generate reports. We see that, every time we make a request increases the memory (10-20 megabytes) but it is not released, how can we fix this?
Working set if it is decremented but private memory never decreases.
Thank You

> https://github.com/projectkudu/kudu/wiki /Azure-Web-App-沙盒

Checkout the PDF generators supported on Azure App Service.  https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox

查看重新启动WebApp是否有帮助.我了解您增加了实例内存;您可以升级应用服务计划,看看是否有任何不同.     

See if restarting the WebApp helps. I understand you have increased the instance memory; you may upgrade the App Service Plan and see if that makes any difference.