how to increase the buffer size of the Run console?
Hi Guys,
I have a script which write more than several thousand of lines to Console output. I noticed PyCharm's Run console has clipped the output to last 2360 lines.
By any chances is there a way to increase the buffer size?
Thanks
I have a script which write more than several thousand of lines to Console output. I noticed PyCharm's Run console has clipped the output to last 2360 lines.
By any chances is there a way to increase the buffer size?
Thanks
3 comments
Sort by
Date
Votes
Yes, you can change the value of idea.cycle.buffer.size in bin/idea.properties under the PyCharm installation directory.
This solution worked. Thanks!
As far as the directory structure goes, I have a top-level directory that is my git repo root. Within that I have requirements.txt. Then inside that directory (i.e. a directory at the same level as requirements.txt) I have the root of the Django project – here's the high-level layout:
Please sign in to leave a comment.