On 7/4/07, Thomas Mueller <[EMAIL PROTECTED]> wrote:
Hi,
> I'm referring to the cache used when a binary file is read from the db.
OK, sorry.
> As I suppose to know, JR read the binary from db and put it in a cache file
> system area.
> Is it right?
As far as I know, larger objects (more than 65536 bytes) are stored to
a temp file, and small objects are kept in memory.
> If yes, how much resources are allocated to that cache?
As much as needed. I don't think there is a setting for this.
please note that such temp files are removed immediately once
they're not referenced anymore.
cheers
stefan
Thomas