> Is it possible to tune the database parameters (at creation time)
> to reduce the memory footprint of the database ?
> 
> I've tried several variants, but couldn't get it below ~25MB
> for the main process.

name: effect when decreased
MAXUSERTASKS: limits number of concurrent sessions
_PACKET_SIZE: (each user task will allocate two of these) limits max size of
SQL, fetching values will be slower
DATA_CACHE: will increase I/O

> Also, are the various parameters documented somewhere ? (I just
> used the names as hint to their effect)

see env/cserv.pcf

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to