---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/limits.md
  - https://sourcecraft.dev/portal/docs/ru/sourcecraft/concepts/limits.md
title: SourceCraft quotas and limits
description: SourceCraft has quotas and limits. For more information about the service limitations, read this article.
---
> **Documentation Index:** Fetch the complete configuration index at https://sourcecraft.dev/portal/docs/en/llms.txt


# SourceCraft quotas and limits

SourceCraft has the following limits:

* _Quotas_ are organizational constraints that can be changed by Yandex Cloud [support](https://center.yandex.cloud/support) upon request. You can [view](https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/view-quotas.md) the current quotas under **Settings**.
* _Limits_ are technical constraints of the SourceCraft architecture. You cannot change the limits.

<!-- source: en/_includes/sourcecraft/limits.md -->
## Quotas {#quotas}

SourceCraft quotas depend on the service plan you are on. For more information, see [Differences between service plans](https://sourcecraft.dev/portal/docs/en/sourcecraft/pricing.md#tariff-differences).

## Limits {#limits}

### General limits {#common-limits}

{% list tabs %}

- Public repositories

  Type of limit | Value
  --- | ---
  Number of public repositories in an organization | 5,000
  Number of [webhooks](webhooks.md) per repository | 200
  Size of file uploaded to [release](releases.md) | 100 MB
  Total size of uploaded files in the organization’s public repo releases | 1 GB

- Private repositories

  Type of limit | Value
  --- | ---
  Number of private repositories in an organization | 5,000
  Number of [webhooks](webhooks.md) per repository | 200
  Size of file uploaded to [release](releases.md) | 100 MB
  Total size of uploaded files in the organization’s private repo releases | 500 MB

{% endlist %}

### CI/CD {#ci-cd-limits}

Type of limit | Value
--- | ---
Total size of build artifacts across all organization repositories | 10 GB
Timeout for cloning a repository in a CI process | 60 seconds
Total size of build artifacts per [cube](ci-cd.md#cubes) | 100 MB
Total size of logs per cube | 10 MB
Execution duration of a single cube | 1,200 seconds
Number of cubes per [task](ci-cd.md#tasks) | 20
Total size of CI process logs across all organization repositories | 10 GB
Execution duration of a single task | 3,600 seconds
Number of tasks per [workflow](ci-cd.md#workflows) | 10
Number of workflows per CI execution | 3

### SourceCraft Spaces {#spaces-limits}

Type of limit | Value
--- | ---
Number of workspaces per user in the organization, including stopped ones | 3
<!-- endsource: en/_includes/sourcecraft/limits.md -->

#### Useful links {#see-also}

* [Viewing quotas](https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/view-quotas.md)
* [Worker configurations](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/workers.md)
* [Quotas in SourceCraft Code Assistant](https://sourcecraft.dev/portal/docs/en/code-assistant/concepts/limits.md)
