IntelliJ (Run) Console
Is there a "memory?" limit on the size of text (System.out.print) the IntelliJ can print out on the console?
(run an application from intellij)
Iam trying to printout on the IntelliJ's (RUN) console a file with 60.000+ line and each line having (750 characters) and in line ~22.000 it crashes (full memory, 100% CPU). When i don't printout the results it parses the file ok (so i don't think there is a bug in my code... it is very simple although)
thanks in advance.
请先登录再写评论。
Hello Georgios,
If you're running latest 5.0.2 version there's a setting in Settings|General
called "Limit run/debug consoles output to:"
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks :)