nhouck Posted April 1, 2010 Share Posted April 1, 2010 I have a bunch of murmur servers running on Windows and each of them is doing an insane amount of writes to the sqlite database and journal files. All together it adds up to something like 30MB/s of data being written to the sqlite files. This is bogging down the server.I'm curious what murmur could possibly be writing so much to the database, and more importantly how can I disable all these writes?I have tried these settings to no avail:logdays=0logdays=1logdays=Thanks.Noel Quote Link to comment Share on other sites More sharing options...
ipnoz Posted April 7, 2010 Share Posted April 7, 2010 Murmur store users avatars and comments in the db, so I'm pretty sur it's come from it. Quote Link to comment Share on other sites More sharing options...
Administrators hacst Posted April 8, 2010 Administrators Share Posted April 8, 2010 If these are independent processes instead of virtual server instances the database will have no write consolidation at all. Still 30MB/s sounds pretty extreme. How many servers with what kind of traffic are we talking about? Quote Link to comment Share on other sites More sharing options...
nhouck Posted April 12, 2010 Author Share Posted April 12, 2010 There is about 150 servers with about 20-30 of them with activity which is comprising the bulk of the writes. I have noticed that rebooting the server seems to bring down the amount of writes so it seems to build up over time which would maybe point to some error logging or something, however the text log is not showing anything near that amount of disk activity. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.