Skip to content
Discussion options

You must be logged in to vote

There isn’t any official documentation or minimum hardware specs published for Flipt. The project takes a configuration-driven approach, so resource needs depend on your traffic and setup. Running on .25 vCPU is likely too low for most production use cases—“deadline exceeded” errors usually mean the server can’t keep up with requests, which points to CPU or database bottlenecks.

For better performance, consider increasing vCPU and memory, especially if you expect moderate or higher traffic. Production best practices include tuning your database connection pool, enabling caching (in-memory or Redis), and disabling debug logging to reduce CPU load. Flipt is designed to scale horizontally w…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by markphelps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant