Skip to content
Discussion options

You must be logged in to vote

unfortunately, at the moment there’s no way to increase codespaces storage beyond 32gb as a free user. the storage limit is tied to the machine type that github provides, and even paid plans (like team or enterprise) don’t raise the disk size. they only give you more compute hours and collaboration features. the 32gb cap still applies to every codespace regardless of the plan.

for now, the only workarounds are cleaning up heavy folders (like node_modules), offloading larger files to external storage, or using a local environment if your project really needs more space. the github team has acknowledged that expanded storage is a common request, but there’s no timeline for it yet.

hope this…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Errorbot1122
Comment options

@Errorbot1122
Comment options

@novello-dev
Comment options

@novello-dev
Comment options

Answer selected by Errorbot1122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Question Ask and answer questions about GitHub features and usage
2 participants