Dittmar, Daniel wrote: >>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
Thank you. I'll try these and see how far I can reduce the footprint. -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Company & Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
