Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/python-2.7/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python colab会话被终止,消息为tcmalloc:large alloc 1121959936字节_Python_Python 2.7_Google Colaboratory - Fatal编程技术网

Python colab会话被终止,消息为tcmalloc:large alloc 1121959936字节

Python colab会话被终止,消息为tcmalloc:large alloc 1121959936字节,python,python-2.7,google-colaboratory,Python,Python 2.7,Google Colaboratory,我正在尝试处理一个大数据集,我的Colab会话因此消息而停止 tcmalloc: large alloc 1121959936 bytes == 0x559fbd9d0000 @ 0x7f52b62751e7 0x7f52b3e57cf1 0x7f52b3ebf171 0x7f52b3ebfc2b 0x7f52b3f54acc 0x559f1cff2fe5 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cf

我正在尝试处理一个大数据集,我的Colab会话因此消息而停止

tcmalloc: large alloc 1121959936 bytes == 0x559fbd9d0000 @  0x7f52b62751e7 0x7f52b3e57cf1 0x7f52b3ebf171 0x7f52b3ebfc2b 0x7f52b3f54acc 0x559f1cff2fe5 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cfe8d0a 0x559f1cfef39d 0x559f1cfe8d0a 0x559f1cff05fe 0x559f1cfe8d0a 0x559f1d004619 0x559f1cfd477e 0x559f1d046b80 0x559f1cfc2026 0x7f52b5e72b97 0x559f1cfc1a2a
^C

但是它显示我的colab在colab接口的右上角使用了6.82GB/12.72GB RAM。我应该如何处理此错误消息?我试着打电话给
!TCMALLOC\u LARGE\u ALLOC\u REPORT\u THRESHOLD=1200000000,但它不起作用。

您能否共享一个复制问题的独立笔记本?