Hi All,
My webhosting provider has come to me and said that my site is not closing its DB handles - or something to that effect.
They say it keeps on creating new DB sessions which seems to be crashing my site.
Has anyone else experienced this?
I'm on the 0.13 Canary Version.
Any idea's how to stop this?
Thanks,
Mudders.
Database Memory Issue
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: Database Memory Issue
I've never run into this problem on any of my sites. Maybe you could try using (or disabling if their already disabled) persistant connections.Mudders wrote: Hi All,
My webhosting provider has come to me and said that my site is not closing its DB handles - or something to that effect.
They say it keeps on creating new DB sessions which seems to be crashing my site.
Has anyone else experienced this?
I'm on the 0.13 Canary Version.
Any idea's how to stop this?
In config.php
find:
Code: Select all
$config['persistent_db_conn'] = false;Code: Select all
$config['persistent_db_conn'] = true;Code: Select all
$config['persistent_db_conn'] = true;Code: Select all
$config['persistent_db_conn'] = false;Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
