For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
13.5kProductPricingSign inStart free trialBook a demo
DocsAPIsSDKsEnterprise EdgeGuidesAcademyRelease notes
DocsAPIsSDKsEnterprise EdgeGuidesAcademyRelease notes
    • Home
  • Get started
    • Quickstart
    • Introduction to feature flags
    • Unleash architecture overview
  • Core concepts
    • Overview
      • Technical debt
      • Insights
      • Resource limits
    • Import and export

Unleash reduces the risk of releasing new features, drives innovation by streamlining the software release process, and increases revenue by optimizing end-user experience. While we serve the needs of the world's largest, most security-conscious organizations, we are also rated the “Easiest Feature Management system to use” by G2.

GitHubGitHubLinkedInLinkedInX (Twitter)X (Twitter)SlackSlackStack OverflowStack OverflowYouTubeYouTube

Server SDKs

  • Node.js
  • Java
  • Go
  • Rust
  • Ruby
  • Python
  • .NET
  • PHP
  • All SDKs

Frontend SDKs

  • JavaScript
  • React
  • Next.js
  • Vue
  • iOS
  • Android
  • Flutter

Feature Flag use cases

  • Secure, scalable feature flags
  • Rollbacks
  • FedRAMP, SOC2, ISO2700 compliance
  • Progressive or gradual rollouts
  • Trunk-based development
  • Software kill switches
  • A/B testing
  • Feature management
  • Canary releases

Product

  • Quickstart
  • Unleash architecture
  • Pricing
  • Product vision
  • Open live demo
  • Open source
  • Enterprise feature management platform
  • Unleash vs LaunchDarkly

Support

  • Help center
  • Status
  • Changelog
Made in a cosy atmosphere in the Nordic countries.Copyright © 2026 Unleash
LogoLogo
13.5kProductPricingSign inStart free trialBook a demo
On this page
  • Overview
  • Overriding the limits
Core conceptsInstance health and configuration

Resource limits

||View as Markdown|
Was this page helpful?
Previous

Impression data

Next
Built with
v6.2

Warning when reaching resource limits

Overview

To ensure that Unleash operates smoothly, it includes resource limits for some of the key resources that you can create. The limit for each resource can vary between the different Unleash plans.

The resources and their respective limits and environment variables are:

ResourceOpen Source limitEnterprise limitEnvironment variable
Active feature flags5,00050,000UNLEASH_FEATURE_FLAGS_LIMIT
Strategies per flag per environment3030UNLEASH_FEATURE_ENVIRONMENT_STRATEGIES_LIMIT
Constraints per strategy3030UNLEASH_CONSTRAINTS_LIMIT
Values per constraint2501,000UNLEASH_CONSTRAINT_VALUES_LIMIT
Segments300300UNLEASH_SEGMENTS_LIMIT
Segments per strategy55UNLEASH_STRATEGY_SEGMENTS_LIMIT
Constraint values in a segment1,0001,000UNLEASH_SEGMENT_VALUES_LIMIT
API tokens2,0002,000UNLEASH_API_TOKENS_LIMIT
Projects1500UNLEASH_PROJECTS_LIMIT
Environments250UNLEASH_ENVIRONMENTS_LIMIT
Signal endpointsN/A5UNLEASH_SIGNAL_ENDPOINTS_LIMIT
Signal tokens per endpointN/A5UNLEASH_SIGNAL_TOKENS_PER_ENDPOINT_LIMIT
Action set actionsN/A10UNLEASH_ACTION_SET_ACTIONS_LIMIT
Action sets per projectN/A5UNLEASH_ACTION_SETS_PER_PROJECT_LIMIT
Action set filtersN/A5UNLEASH_ACTION_SET_FILTERS_LIMIT
Action set filter valuesN/A25UNLEASH_ACTION_SET_FILTER_VALUES_LIMIT
Release templatesN/A5UNLEASH_RELEASE_TEMPLATES_LIMIT

Overriding the limits

With a few exceptions, all the limits can be overridden through the use of their respective environment variables. However, while it is possible to override these limits, we advise against it in most cases. If you feel that you’re unable to do what you need to do because of the limits, we’d love to hear from you.

The following resources have a lower limit of 1:

  • feature flags
  • strategies
  • constraint values
  • projects
  • environments

If you try to set their limits lower than that, Unleash will automatically adjust them to 1.

If you operate a self-hosted Unleash instance, you can adjust the limit yourself. For hosted users of Unleash, you’ll need to reach out and talk to your Unleash contact.

The only limits that can’t be changed, are projects and environments for Open Source instances.