Scaling Rocket.Chat
As concurrent users on your workspace grow, you may experience system latency. Monitoring system performance is essential to determine if additional resources are needed. For example, you may see the Rocket.Chat mode process approaching 100% CPU (even if the host CPU load is low). This is due to the single-threaded nature of Node.js applications, as they can't take advantage of multiple cores natively.
You can use microservices to scale your environment while maintaining user performance.
Microservices: Deploy Rocket.Chat using microservices or several smaller components, each focusing on a single feature of Rocket.Chat.
Rocket.Chat 6.0 is our most secure and scalable version yet. It includes 10 security patches, 9 brand-new features, and 25+ overall platform enhancements. Visit our website to learn more about what’s new in this latest version. Update now!
Last modified 13d ago