Skip to content

Instantly share code, notes, and snippets.

@jelc53
Created April 7, 2023 18:25
Show Gist options
  • Save jelc53/e8f0ec3c7cc411e3e5cd81b0bb9f7f0e to your computer and use it in GitHub Desktop.
Save jelc53/e8f0ec3c7cc411e3e5cd81b0bb9f7f0e to your computer and use it in GitHub Desktop.
hack to increase colab ram allocation
# run in colab cell
l = []
while(Ture):
l.extend("cs246")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment