Bug 574250

Summary: Large amount of data in console window, eclipse stuck, no response
Product: [Eclipse Project] Platform Reporter: å¼  彬 <375816465>
Component: RuntimeAssignee: platform-runtime-inbox <platform-runtime-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: rolf.theunissen
Version: 4.16Keywords: needinfo
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description 张 彬 CLA 2021-06-17 01:52:34 EDT
Large amount of data in console window, eclipse stuck, no response
Comment 1 张 彬 CLA 2021-06-17 02:01:03 EDT
CPU:AMD 4800h
RAM:16G
GPU:gtx 1650
SYSTEM:windows 10 ltsc
512SSD
Comment 2 Rolf Theunissen CLA 2021-06-17 06:06:45 EDT
First: please provide a proper description of your problem and how to reproduce is, see https://bugs.eclipse.org/bugs/page.cgi?id=bug-writing.html

Second, I am going to guess here. By default the amount of characters on the console is limited. If you increase this amount, the amount of memory needed by Eclipse increases as well. If you don't increase the maximum memory that is allowed to be used by the JVM, the garbage collector overhead can grind Eclipse to a halt. https://www.baeldung.com/jvm-parameters

Please explain your problem in more detail, or report that it fixed.