码迷,mamicode.com
首页 > 其他好文 > 详细

IntelliJ IDEA修改Output输出缓存区大小【应对:too much output to process】

时间:2016-11-02 00:54:15      阅读:500      评论:0      收藏:0      [点我收藏+]

标签:order   process   spec   disabled   control   www   配置文件   通过   isa   

IntelliJ IDEA默认的Output输出缓存区大小只有1024KB,超过大小限制的就会被清除,而且还会显示【too much output to process】,可通过如下配置界面进行修改(Settings→Editor→Console),单位为KB
技术分享
 
如果需要禁用缓存区大小限制就需要修改配置文件idea.properties

配置文件中原有设置:
#---------------------------------------------------------------------
# This option controls console cyclic buffer: keeps the console output size not higher than the specified buffer size (Kb).
# Older lines are deleted. In order to disable cycle buffer use idea.cycle.buffer.size=disabled
#---------------------------------------------------------------------
idea.cycle.buffer.size=1024

修改配置如下所示:
idea.cycle.buffer.size=disabled

禁用后的界面如下所示:
技术分享
 




IntelliJ IDEA修改Output输出缓存区大小【应对:too much output to process】

标签:order   process   spec   disabled   control   www   配置文件   通过   isa   

原文地址:http://www.cnblogs.com/jeffen/p/6021149.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!