Re: Question about Axiom

[email protected] Mon, 26 Dec 2005 08:59:16 -0500
Newsgroups gmane.comp.python.quotient.dev
Message-ID <20051226135916.1217.466850115.divmod.quotient.8229@ohm>

On Mon, 26 Dec 2005 08:57:39 +0100 (CET), [email protected] wrote:
>
>[email protected] wrote:

>Totally Agreed with you, but in case the total AXIOM storage is bigger
>than the RAM, I'm worried about swapping.
>
>AM I correct ?
>In which case such "memory full" can occurs ?
>Should I defin a "scheduler" to manage the amount of data in the cache ?

Nope.  As JP mentioned, unused data will fall out of cache automatically.  If you have more data in Axiom's cache than you have RAM, that means that you need to load fewer objects per transaction :).