diff --git a/docs/faq.md b/docs/faq.md index 36bfa8c1f..07f55230e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -71,4 +71,4 @@ The test database has a stock user `xena` which has root access. ### Q: Once the number of connection reaches about 1000 per node, all kinds of problems start. Is this a bug?
-**A**: It is likely not a bug. To ensure good server performance Linux limits the total number of open file descriptors (live network connections, open files) for each process at the kernel level. The default limit is usually 1024. There are other possible restrictions on the number of file descriptors. The problems you are experiencing are likely caused by exceeding one of the OS limits. Please seek assistance of a system administrator. +**A**: It is likely not a bug. To ensure good server performance Linux limits the total number of open file descriptors (live network connections, open files) for each process at the kernel level. The default limit is usually 1024. There are other possible restrictions on the number of file descriptors. The problems you are experiencing are likely caused by exceeding one of the Linux-imposed limits. Please seek assistance of a system administrator. diff --git a/docs/ios-account.png b/docs/ios-account.png index 8294ca91a..fca4ee2b6 100644 Binary files a/docs/ios-account.png and b/docs/ios-account.png differ