Re: [sqlite] 50MB Size Limit?

2005-04-11 Thread Gé Weijers
Jonathan Zdziarski wrote: > > D. Richard Hipp wrote: > >> Are you sure your users are not, in fact, filling up their disk >> drives? > > > nope, plenty of free space on the drives. The 50MB limit seems to be > very exact as well...exactly 51,200,000 bytes. I'm stumped too. Assuming your

Re: [sqlite] 50MB Size Limit?

2005-04-11 Thread Stefan Finzel
What about the os shells limit? Look at commands limit/ulimit/unlimit G. Roderick Singleton wrote: On Mon, 2005-04-11 at 12:05 -0400, Jonathan Zdziarski wrote: D. Richard Hipp wrote: Are you sure your users are not, in fact, filling up their disk drives? nope, plenty of free space

RE: [sqlite] 50MB Size Limit?

2005-04-11 Thread Brad DerManouelian
Mail system likely has a quota. Check this link: http://www.webservertalk.com/archive280-2004-6-280358.html -Original Message- From: Jonathan Zdziarski [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 12:27 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] 50MB Size Limit

Re: [sqlite] 50MB Size Limit?

2005-04-11 Thread Jonathan Zdziarski
G. Roderick Singleton wrote: quotas? That crossed my mind, but all of these databases are being stored in system space (/usr/local/var/dspam) and owned by the mail system.

Re: [sqlite] 50MB Size Limit?

2005-04-11 Thread G. Roderick Singleton
On Mon, 2005-04-11 at 12:05 -0400, Jonathan Zdziarski wrote: > D. Richard Hipp wrote: > > Are you sure your users are not, in fact, filling up their disk > > drives? > > nope, plenty of free space on the drives. The 50MB limit seems to be > very exact as well...exactly 51,200,000 bytes. I'm

Re: [sqlite] 50MB Size Limit?

2005-04-11 Thread D. Richard Hipp
On Mon, 2005-04-11 at 11:28 -0400, Jonathan Zdziarski wrote: > Greetings! > > I couldn't find any information on this via google or sqlite.org, so I'm > hoping someone can answer this for me. > > We support SQLite v2.x and v3.x as storage backends in DSPAM. I've had a > lot of users complain

[sqlite] 50MB Size Limit?

2005-04-11 Thread Jonathan Zdziarski
Greetings! I couldn't find any information on this via google or sqlite.org, so I'm hoping someone can answer this for me. We support SQLite v2.x and v3.x as storage backends in DSPAM. I've had a lot of users complain that they get 'Database Full' errors once their file hits 50MB in size, and