Mongo has a huge log and sometimes hangs the box

My mongodb_mp.log is growing very quickly

A tail -f of the file scrolls very quickly

Do I need to look into connection pooling?

Answer

If your log is large, you probably need to rotate it.

Connection pooling would be helpful for performance, but you state the problem is log file size. so address log file size.

Attribution
Source : Link , Question Author : ckliborn , Answer Author : lhagemann

Leave a Comment