File size
已回答
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.
请先登录再写评论。
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!