32GB is not that much #3785
Replies: 14 comments 11 replies
-
I don't even have access to Codespaces after like 3 weeks soooooooooooooooooooooooooooooooooooooooo... 🤷🏾♂️ |
Beta Was this translation helpful? Give feedback.
-
Hi @fungiboletus, Thanks for this feedback - we're looking into how we can address this problem as you're not the only one who's reported this! A few follow-up questions from the team as we think about the best way to solve this problem:
|
Beta Was this translation helpful? Give feedback.
-
Here is a repository that is basically empty: https://github.com/numbsafari/empty If you launch a Codespace on that, this is where you start:
11GB of space is used just for all the "stuff" needed to bootstrap a codespace. As noted by others, things quickly break down once you start actually using a space for work. |
Beta Was this translation helpful? Give feedback.
-
+1 to this. I can't use codespaces to build and iterate docker images as I am constantly running out of disk space. |
Beta Was this translation helpful? Give feedback.
-
I agree with the argument, the default 32GB may be too small. By the way, I'm using the Fedora docker image. |
Beta Was this translation helpful? Give feedback.
-
😍 |
Beta Was this translation helpful? Give feedback.
-
😍 |
Beta Was this translation helpful? Give feedback.
-
Reviving this thread, it seems like a fairly trivial feature to build slightly more configurability where we can have more disk space if needed. Is this being considered at all? If yes, can you link to the feature request, and if no can you explain the reasoning? Each of the above complains really resonate for me and my team. |
Beta Was this translation helpful? Give feedback.
-
Is there any updates on this issue from the github team? |
Beta Was this translation helpful? Give feedback.
-
Ive experienced constant need to restart and clean my codespace today after working on a tiny 56k CLI tool, once docker is involved the GBs fly quickly |
Beta Was this translation helpful? Give feedback.
-
Is this still being worked on? |
Beta Was this translation helpful? Give feedback.
-
My codespace runs out of disk space. The project that I'm working on requires at least 60GB disk space, but the Codespace root volume is only 32GB. I'm willing to pay for more disk if there is an option to upgrade to 64 or 128GB storage. |
Beta Was this translation helpful? Give feedback.
-
Obligatory XKCD reference at this point: https://m.xkcd.com/2881/ |
Beta Was this translation helpful? Give feedback.
-
128GB also isn't that much for some projects. Codespaces needs a 512GB or even 1TB option. This little machine type popup https://docs.github.com/en/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace really needs to add an option where the exact |
Beta Was this translation helpful? Give feedback.
-
I have used the same codespace for some days and today VS code failed to start because it ran out of storage while trying to upload the new VS Code remote server.
I then checked my disk usage, and I surely had 0 bytes left.
While 32GB may seem enough for a quick pull request, once you start using a codespace for some days you accumulate a lot of crap everywhere. Between the base system size, the wasted space because the block size of the file system is 4096 bytes, which wastes 10GB in my case, Docker containers and the many layers and logs, NPM packages, VSCode Remote cache, VSCode extensions caches, it's soon not enough storage for my 100kb of code.
I could destroy my codespace regularly or but it's annoying and time consuming. I think 48 or 64GB would be a LOT more convenient. I already use the premium VM.
Beta Was this translation helpful? Give feedback.
All reactions