标签:file pytho python writer 运行 arm read options 修改
大数据量的情况下用pyspark对数据进行处理的时候
pycharm运行会出现ERROR Utils: Uncaught exception in thread stdout writer for python错误
需要修改JVM参数
打开pycharm的安装目录 C:\Program Files (x86)\JetBrains\PyCharm 2016.2.3\bin下文件pycharm.exe.vmoptions
修改默认(版本2016.2)的
-server
-Xms128m
-Xmx512m
为
-server
-Xms256m
-Xmx1024m
ERROR Utils: Uncaught exception in thread stdout writer for python
标签:file pytho python writer 运行 arm read options 修改
原文地址:http://www.cnblogs.com/xiaoma0529/p/7250187.html