Re: How much memory do I need?



A crude estimate could be this:

- For data caches, estimate between one third of the expected used
disk
(for databases where most of the data is frequently used) and 1/20 or
even
less (if large parts of the data are seldom accessed)
- For the rest (metadata, procedure caches, user stack and other per-
connection
memory blocks,etc), expect between 200 and 800 MB, for a medium or
large system.

Regards,
Mariano Corral

On Jan 15, 8:06 am, irey <reuben.nantog...@xxxxxxxxx> wrote:

For ASE 12.5 database, I need to estimate approximately how much
memory I need given that I expect my database to be n gigabytes.
[...]
.