Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-20 Thread Wojciech Lewandowski
version of OSG because of potential compatibility problems with other libraries we use. Cheers, Wojtek - Original Message - From: "Alan Harris" <[EMAIL PROTECTED]> To: "osg users" Sent: Monday, March 19, 2007 7:30 PM Subject: Re: [osg-users] Overcoming osga

Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-19 Thread Alan Harris
:[EMAIL PROTECTED] Behalf Of Alan Harris Sent: Friday, March 16, 2007 7:38 PM To: osg users Subject: Re: [osg-users] Overcoming osga 4GB limit ? Hi It doesn't cure the limit problem, but when I was having crashes with a large database I modified the function: ReaderWriter::WriteResult OSGA_Ar

Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-19 Thread Wojciech Lewandowski
Thanks for the feedback. I will switch to 64 bit and see what I can come up with. - Original Message - From: "Robert Osfield" <[EMAIL PROTECTED]> To: "osg users" Sent: Saturday, March 17, 2007 4:49 PM Subject: Re: [osg-users] Overcoming osga 4GB limit ? I

Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-17 Thread Robert Osfield
I don't really have much to add on over-coming the 4GB limit as this is OS or standards library constrained. One thing I have considered is rather than fighting the limit is just to respect it and add support for chaining osga files. While I have considered it as a possible solution I haven't do

RE: [osg-users] Overcoming osga 4GB limit ?

2007-03-17 Thread Wojciech Lewandowski
Thanks, this will be helpful. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alan Harris Sent: Friday, March 16, 2007 7:38 PM To: osg users Subject: Re: [osg-users] Overcoming osga 4GB limit ? Hi It doesn't cure the limit problem, but when I was h

RE: [osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Bradford, Chase
or the 64 bit. Chase > -Original Message- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMAIL PROTECTED] On Behalf Of Alan Harris > Sent: Friday, March 16, 2007 11:38 AM > To: osg users > Subject: Re: [osg-users] Overcoming osga 4GB limit ? > > Hi > > It doe

Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Alan Harris
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Wojciech Lewandowski *Sent:* Friday, March 16, 2007 06:01 *To:* osg users *Subject:* [osg-users] Overcoming osga 4GB limit ? Hi everybody, We hit 4GB limit in OSGA archive generated from osgdem. Did anyone try building larger arch

Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Wojciech Lewandowski
Yes, very close this. Yes its ~4.2 GB in HDD manufacturers metrics. Wojtek - Original Message - From: Zach Deedler To: 'osg users' Sent: Friday, March 16, 2007 4:56 PM Subject: RE: [osg-users] Overcoming osga 4GB limit ? 2^32 = 4,294,967,296 = 4.2GB. Is that t

RE: [osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Zach Deedler
2^32 = 4,294,967,296 = 4.2GB. Is that the size of the file? Zach _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wojciech Lewandowski Sent: Friday, March 16, 2007 11:01 To: osg users Subject: Re: [osg-users] Overcoming osga 4GB limit ? RAM use seemed to be

Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Edgar Ellis
: Friday, March 16, 2007 2:33 PM Subject: RE: [osg-users] Overcoming osga 4GB limit ? Hi Wojtek, The limit for a process on win32 is 2GB. There are ways to up it to 3GB, though, if you haven't tried that. http://msdn2.microsoft.com/en-us/library/ms791558.aspx On 64-bit windows

Re: [osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Wojciech Lewandowski
Message - From: Zach Deedler To: 'osg users' Sent: Friday, March 16, 2007 2:33 PM Subject: RE: [osg-users] Overcoming osga 4GB limit ? Hi Wojtek, The limit for a process on win32 is 2GB. There are ways to up it to 3GB, though, if you haven't tried that.

RE: [osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Zach Deedler
ECTED] On Behalf Of Wojciech Lewandowski Sent: Friday, March 16, 2007 06:01 To: osg users Subject: [osg-users] Overcoming osga 4GB limit ? Hi everybody, We hit 4GB limit in OSGA archive generated from osgdem. Did anyone try building larger archives on 64 bit systems ? I suspect that 64 bit Linux

[osg-users] Overcoming osga 4GB limit ?

2007-03-16 Thread Wojciech Lewandowski
Hi everybody, We hit 4GB limit in OSGA archive generated from osgdem. Did anyone try building larger archives on 64 bit systems ? I suspect that 64 bit Linux will be Ok but we work in Windows environment. Did anyone try passing 4GB limit on 64 bit Windows ? Do I need to recompile OSG for 64 bit