Page 1 of 1

Blob stream out of memory.

Posted: 17.06.2011, 18:11
by sfxcc
I triend to save a blob stream from loadfromfile() of 500 MB.

I just Outof memory! Why ??? Can you solve this.

Why using Blob stream takes a Lot to load a file of ex 60 MB ... ???? can it be faster ????

Posted: 20.06.2011, 09:24
by klchin
Hi!

Why you insert a BLOB with that high capacity?

Posted: 28.07.2011, 14:19
by guidoaerts
Maximum blob size is (according to Operation Guide):
1Kb page size => 64 Mb
2Kb page size => 512 Mb
4Kb page size => 4 Gb
8Kb page size => 32 Gb

so, if you want to load larger blobs, adjust the page size of your fb database.
guido