观察到的性能下降,并发增加

发布于 2025-02-02 07:03:54 字数 210 浏览 4 评论 0原文

我的Spring Boot应用程序面临性能问题;当我增加并发性降低时,我开始获得速度慢了10倍。我正在使用EFS进行某些文件处理。在我的分析中,我的印象是,当我增加用户数量时,访问EFS文件需要大量时间。有什么方法可以通过提高并发来提高EFS性能?

我尝试通过将EFS配置的吞吐量更改为爆发模式,但无法观察到任何显着的性能改善。

我真的很感谢与此情况有关的任何建议/建议/经验。

I am facing performance issues with my Spring boot application; when I increase the concurrency the performance degrades, and I start getting 10 times slower responses. I am using EFS for some file processing. In my analysis, I am of the impression that accessing EFS files takes significant amount of time when I increase the number of users. Is there any way to improve the EFS performance with increased concurrency?

I have tried by changing the EFS provisioned throughput to burst mode but couldn't observe any significant performance improvement.

I would really appreciate any advice/suggestion/experience inline with this scenarios.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文