Re: [sqlite] Can't understand out of memory error

2008-01-17 Thread John Stanton
Nemanja Čorlija wrote: On Jan 17, 2008 12:00 PM, Roger Binns <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nemanja Čorlija wrote: My problem is that I am running out of memory when trying to load 1.6GB sqlite3 db from disk to :memmory: db on a computer with 4GB of

Re: [sqlite] Can't understand out of memory error

2008-01-17 Thread Nemanja Čorlija
On Jan 17, 2008 12:00 PM, Roger Binns <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nemanja Čorlija wrote: > > My problem is that I am running out of memory when trying to load > > 1.6GB sqlite3 db from disk to :memmory: db on a computer with 4GB of > > RAM. > >

Re: [sqlite] Can't understand out of memory error

2008-01-17 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nemanja Čorlija wrote: > My problem is that I am running out of memory when trying to load > 1.6GB sqlite3 db from disk to :memmory: db on a computer with 4GB of > RAM. Your RAM isn't the problem. You are running out of address space. For a 32 bit

[sqlite] Can't understand out of memory error

2008-01-16 Thread Nemanja Čorlija
I'm new to OS X so my apologies if solution to this problem is obvious. I did try to google it first. Any help or pointers in the right direction would be greatly appreciated. My problem is that I am running out of memory when trying to load 1.6GB sqlite3 db from disk to :memmory: db on a