> Is there a way to determine the minimum and maximum amount of memory that
> R:Base can use on the file server?  

R:Base uses no memory on the server -- it does not run there, and has no
presence at all on that machine.

The server itself will use memory to cache the R:Base database files.  Ideally,
you will have enough memory on the server to run the operating system (64 or
128 megs) and enough extra to cache all four of the database files (say 256
megabytes if that's what you database files add up to).  If your database files
are very large, you aim to cache only the RB3 file which is where the indexes
are and which will see the majority of the action assuming your application
does a lot of lookups and reports.
--
Larry

Reply via email to