jed-users mailing list

[2009 Date Index] [2009 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Can Jed open file larger than the memory?


Jörg Sommer pravi:
Hi,

if I have a file with say 2GB, but I've only 1GB RAM available. Is Jed
able to open the file and present it to me for editing?

Bye, Jörg.
Hi,

It should be possible with enough virtual memory available,
although this is not advisable (VERY slow).

2GB is probably the upper limit for JED, but that depends
on the C type of the POINT and similar variables (I would
have to check the code).
A long (32 bit) will allow you to use 2GB files,
an unsigned long 4GB. It might be the case that jed would
actually load the files, but you would have trouble to
view/modify them past the upper limits.

Marko


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2009 date index] [2009 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]