File size
Answered
Hi I am working with a file in free version of Pycharm for students. I can not open a file for training purposes which is 8.0 MB in size whereas the file limitation for Pycharm is 2.56 MB. Please let me know how to solve this issue. I need to submit my assignment by Tuesday Morning.
Please sign in to leave a comment.
Hi Chadhaa! Is this file a Python script? You can alter default limit with Help | Edit Custom Properties, insert
and increase value for content.load.
Thanks Pavel Karateev, — it works for me!