|
|
|
|
|
by mschuster91
3113 days ago
|
|
> So once you add a load balancer and several PHP servers, you need to use a network mount for most of your files, which has a big impact on IO performance. That depends if you set up cachefilesd correctly. Many people think it's enough to do the NFS mount and that's it, but it's not - NFS's mount parameters have a big impact on performance, and having cachefilesd enabled can make performance go through the roof, especially with big files. Without cachefilesd the only caching is in-kernel memory, which can and will lead to files being evicted from the kernel cache... Same for MySQL - having configured it correctly (or incorrectly!) can make a life-or-server-death difference. All without having to touch PHPs configuration... there's a reason why a good operations guy is worth his weight in gold. |
|
Out of 8 downtime events, 5 were related to NFS mounts.