Hi, Our Zope Version is 2.4.3 and Python 2.1, but our Linux Filesystem can?t work with files >2GB, this is the Problem! And there must be a reason that the data.fs increase, though nobody works on Zope...! But what?? And if our Filesystem can work with files >2GB there is anywhere a limit where the system can work. In a Year the Data.fs will reach the 6GB limit? We need a solution for our Data.fs, that it will not reach the 2GB limit. Regards Steven :) -----Ursprungliche Nachricht----- Von: kosh@aesaeion.com [mailto:kosh@aesaeion.com] Gesendet: Montag, 14. Januar 2002 10:06 An: Mayer, Steven Cc: zope@zope.org Betreff: Re: [Zope] Data.fs Switch to zope 2.4.3 and python 2.1.1 with large file support if possible. That will get rid of the 2GB size limit for zope since that is a python limit and in some cases an os limit though not on most of the recent ones.
On Mon, 14 Jan 2002, Mayer, Steven wrote:
Hi, Our Zope Version is 2.4.3 and Python 2.1, but our Linux Filesystem can?t work with files >2GB, this is the Problem! And there must be a reason that the data.fs increase, though nobody works on Zope...! But what?? And if our Filesystem can work with files >2GB there is anywhere a limit where the system can work. In a Year the Data.fs will reach the 6GB limit? We need a solution for our Data.fs, that it will not reach the 2GB limit.
Regards Steven :)
If you upgrader your glibc and your kernel then it can go over 2GB just fine. The limit is not the filesystem but glibc and the kernel. Overall a newer dist will take care of this automatically but even with ext2 if you upgrade glibc, the kernel, and compile python with large file support you should be fine.
On Today, zope-admin@zope.org wrote:
Delivered-To: olpa-zope@sybcom.de Subject: Re: AW: [Zope] Data.fs Date: Mon, 14 Jan 2002 02:16:55 -0700 (MST) Cc: zope@zope.org To: "Mayer, Steven" <Steven.Mayer@t-systems.de> From: kosh@aesaeion.com
On Mon, 14 Jan 2002, Mayer, Steven wrote:
Hi, Our Zope Version is 2.4.3 and Python 2.1, but our Linux Filesystem can?t work with files >2GB, this is the Problem! And there must be a reason that the data.fs increase, though nobody works on Zope...! But what?? And if our Filesystem can work with files >2GB there is anywhere a limit where the system can work. In a Year the Data.fs will reach the 6GB limit? We need a solution for our Data.fs, that it will not reach the 2GB limit.
Regards Steven :)
If you upgrader your glibc and your kernel then it can go over 2GB just fine. The limit is not the filesystem but glibc and the kernel. Overall a newer dist will take care of this automatically but even with ext2 if you upgrade glibc, the kernel, and compile python with large file support you should be fine.
The data.fs can increase without user interaction when updating properties or objects. Each property change is stored incrementally in the Data.fs. The value is not simply replaced! Are you sure that your file system cannot handle >2gb ? did you test with a dd if=/dev/zero of=testfile bs=1M count=2500 if such a file can be created... Gruß, oliver
Mayer, Steven wrote:
Hi, Our Zope Version is 2.4.3 and Python 2.1, but our Linux Filesystem can?t work with files >2GB, this is the Problem! And there must be a reason that the data.fs increase, though nobody works on Zope...! But what??
Wild guess : some products write to the zope db, like some counter products (even worse if it writes on each access, as there is undo data added). Maybe you are using one of those? I think you could also trash the undo's data. hth Philippe
participants (4)
-
kosh@aesaeion.com -
Mayer, Steven -
olpa@familie-pabst.de -
Philippe Jadin