DOUBLE your Google Colab RAM in 10 seconds using these 10 characters

栏目: IT技术 · 发布时间: 5年前

DOUBLE your Google Colab RAM in 10 seconds using these 10 characters

There is one catch: after the 25 GB upgrade, your current runtime’s state will be lost, including local files. You need to run your program again, from scratch. Perhaps upload files again, etc. So if you KNOW that you’ll certainly NEED that extra RAM, allocate it first, before finding out about it after it is too late.

So how do you allocate so much RAM? I found a few solutions online, but (1) they take around 60 seconds (2) they require multiple lines of code.

I decided to come up with an easier solution: a single, 10-character line of code that will do the trick, and do it very fast, in just 10 seconds. Here it is:

[1]*10**10

That’s it. That’s the code. How does it work? Python will attempt to create a list comprised of 10¹⁰=10,000,000,000 integers. However, such a list requires more than 12 GB. In fact, it takes about 80 GB of RAM to store this list. Hence, the session will crash and the upgrade will quickly be available. So: if you are sure that your program will need the double RAM, run [1]*10**10 in a scratch cell (Ctrl/⌘+Alt+N), accept the RAM upgrade, and that’s it. You’re done.

Hope you enjoyed the post! And now, to the coding challenge

And now for the CODING CHALLENGE!

Can you find a shorter piece of code that will use up all the RAM in 10 seconds? Post it in the comments!


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

蚂蚁金服

蚂蚁金服

廉薇、边慧、苏向辉、曹鹏程 / 中国人民大学出版社 / 2017-7 / 59.00

打开支付宝,我们不但可以用手机即时付款,给好友转账,为信用卡还款,购买水、电、天然气,还可以办理出国购物退税;因为余额宝,我们可以开始打理手中的零用钱,随时随地进行理财;因为芝麻信用,我们感受到信用为我们带来的信任、尊严与方便——免押金租车、租房、骑行。从支付宝到蚂蚁金服,可以毫不夸张地说,一家企业改变了我们的生活。 蚂蚁金服无疑是目前中国最具代表性的金融科技巨头,同时也是全球估值最高的金融......一起来看看 《蚂蚁金服》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具