⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tuning

📁 文件传输协议linux 下vsftpd2.1.0.tar.gz
💻
字号:
So, you want vsftpd to go quickly?Here are some random assorted performance tips.1) vsftpd thrives because of its lightweight RSS and vm usage. If you runa glibc based system (e.g. RedHat 5+), look in /etc/nsswitch.conf, andif possible, disable the "nis" and "nisplus" options for "passwd", "shadow"and "group". This prevents unneeded runtime libraries being added intothe vsftpd virtual memory space.2) vsftpd will attempt to save CPU power by using sendfile() on capableoperating systems. Currently, Linux 2.2+ and FreeBSD 3.0+ use sendfile().Consider running on these excellent operating systems.3) Irritated by vsftpd using _two_ processes per connection? Don't be, it'sa very secure architecture. However, if you run Linux 2.4+, or Linux 2.2.19+, a"one process" security model is possible thanks to nifty security features.See the vsftpd.conf man page.4) Avoid large directories (e.g. thousands of entries) if possible. Manyfilesystems do not handle such cases efficiently at all. Preparing largedirectory listings will require vsftpd to use moderate amounts of memoryand CPU. If you _must_ have large directories, consider either making themunreadable, or use a filesystem which copes well with large directories suchas reiserfs.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -