> I tried to open a large text file (about 368MB) and PSPad told me: > "cannot open file 'myfile.txt'" > Is it a bug?
PSpad isn't projected for such large files. It depends of file encoding. > Another thing. > Open PSPad and create a new file. > Create a line with 400 characters for example. > copy and paste it about 800000 times > For information, PSPad takes about 840MB of memory > If you tried to save the file (Ctrl+S), PSPad crash: > Exception class: EOutOfMemory > Exception address: 004062CB Each 32 bit process has 2 GB memory limit. PSPad works in UNICODE. It means each char consumes 2 bytes. If you will paste again and again, you fill your memory. Did you hear about undo buffer? > I am on Windows XP sp3 and I have 2,5 GB of memory. > Is it a bug? No, it's problem of user. > Also, I would like to know what is the aim of OpenFileSizeLimit=250000000 in > special settings? I'ts used for question if you really need to open big file -- <http://forum.pspad.com/read.php?4,49191,49195> PSPad freeware editor http://www.pspad.com
