help me codespaces #191484
-
🏷️ Discussion TypeBug BodyHi everyone! I've been using Codespaces for my web development course, but I noticed my 'Core Hours' are disappearing faster than expected. Does anyone have tips on the best idle timeout settings to prevent wasting hours? Also, does keeping a codespace 'Stopped' still count against my storage quota for the Student Developer Pack? Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hey! Yeah, Codespaces can burn through core hours pretty quickly if you’re not careful 😅 For idle timeout, I’d recommend setting it to around 15–30 minutes. That way it automatically stops when you forget about it, but doesn’t interrupt you too aggressively while working. Also, quick clarification:
So if you’ve got a bunch of old codespaces sitting around, they can eat up storage even if they’re not running. What I usually do:
That combo helps a lot in stretching the Student Pack limits 👍 |
Beta Was this translation helpful? Give feedback.
Hey! Yeah, Codespaces can burn through core hours pretty quickly if you’re not careful 😅
For idle timeout, I’d recommend setting it to around 15–30 minutes. That way it automatically stops when you forget about it, but doesn’t interrupt you too aggressively while working.
Also, quick clarification:
So if you’ve got a bunch of old codespaces sitting around, they can eat up storage even if they’re not running.
What I usually do:
That combo helps a lot in str…