IntelliJ IDEA修改Output輸出緩存區大小【應對:too much output to process】


IntelliJ IDEA默認的Output輸出緩存區大小只有1024KB,超過大小限制的就會被清除,而且還會顯示【too much output to process】 ,可通過如下配置界面進行修改Override console cycle buffer size( Settings→Editor →General 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

禁用后的界面如下所示:
 





免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM