| 138 | | This is available here: https://live.quince.webarch.net/phpmyadmin/ |
| | 138 | This is available here: https://live.quince.webarch.net/phpmyadmin/ it's protected using htauthentication because there are a lot of attacks launched against phpmyadmin, ask chris@webarchitects.co.uk for the username / password if you need it. |
| | 139 | |
| | 140 | == memcache == |
| | 141 | |
| | 142 | The memcache configuration file is /etc/memcached.conf the settings which have been changed from the default are: |
| | 143 | |
| | 144 | {{{ |
| | 145 | # Start with a cap of 64 megs of memory. It's reasonable, and the daemon default |
| | 146 | # Note that the daemon will grow to this size, but does not start out holding this much |
| | 147 | # memory |
| | 148 | -m 128 |
| | 149 | }}} |
| | 150 | |
| | 151 | It's not clear if there is any gain from using memcache with one server, see this thread: http://groups.drupal.org/node/73513 |