When I restart the db instance, or the computer, I see the kernel.exe (i assume is the database instance) shoots up to almost 300MB RAM usage. Has it something to do with autolog or something?
----- Original Message ----- From: "Dittmar, Daniel" <[EMAIL PROTECTED]> To: "'Nick Chan'" <[EMAIL PROTECTED]>; "SAP DB" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 10:25 PM Subject: RE: RAM consumption > > I see that my DB when 1st started, takes up few kilobytes, > > then after few days, it is now 186MB. Will it consumption > > keep expanding forever? > > A database in mode ONLINE should consume more than a few kilobytes, > as the data cache is kept in memory. After that, it might be that > some data structures grow, but memory consumption shouldn't certainly > double. If you suspect a memory leak, it would be helpful if you can > isolate a loop which triggers the growth: is it connections, SELECTSs, > backups? > > Daniel Dittmar > > -- > Daniel Dittmar > SAP DB, SAP Labs Berlin > [EMAIL PROTECTED] > http://www.sapdb.org/ > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
