Your session crashed after using all available RAM. If you are interested in access to high-RAM runtimes, you may want to check out Colab Pro. code example
Example: increase google colab ram
a = []
while(1):
a.append(‘1’)
a = []
while(1):
a.append(‘1’)