我需要在3节点群集模式下使用Docker运行docker的最低内存?
我的预算还不够,因此我想使用t3a.small AWS EC2实例来运行Elasticsearch
问题是,T3A.Small提供2GIB内存,
我想知道这足以在3个节点群集模式下
使用Docker-Compose运行Elasticsearch。
我想
在同一t3a.small实例上运行FastApi,Springboot应用程序,气流,REDIS,REDIS,所以我担心内存短缺问题。我可以得到一些建议吗?
My budget is not enough So I want to use t3a.small AWS ec2 instance for running Elasticsearch
Question is, t3a.small provides 2GiB memory,
which I wonder would it be enough for running elasticsearch in 3 node cluster mode
with docker-compose.
I want to run FastAPI, SpringBoot application, Airflow, Redis all wrapped in docker container
on same t3a.small instance, so I'm worried about memory shortage issues. Can I get some advise?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在2个演出节点上运行Elasticsearch,即1 Gig堆。通常,我们建议在4 Gig节点上进行2次演出作为生产分钟
you can run Elasticsearch on a 2 gig node, ie 1 gig of heap. generally we'd suggest running 2 gig of heap on a 4 gig node as a min for production