Chapter 6 Configuration and Tuning
Table of Contents
6.1 Synopsis
6.9 Virtual Hosts
6.10 Configuration Files
6.11 Tuning with sysctl
6.12 Tuning Disks
6.13 Tuning Kernel Limits
6.14 Adding Swap Space
Written by Chern Lee. Based on a tutorial written by Mike Smith. Also based on tuning(7) written by Matt Dillon.
6.1 Synopsis
One of the important aspects of DragonFly is system configuration. Correct system configuration will help prevent headaches during future upgrades. This chapter will explain much of the DragonFly configuration process, including some of the parameters which can be set to tune a DragonFly system.
After reading this chapter, you will know:
- How to efficiently work with file systems and swap partitions.
The basics of rc.conf configuration and rc.d startup systems.
- How to configure and test a network card.
- How to configure virtual hosts on your network devices.
How to use the various configuration files in /etc.
How to tune DragonFly using sysctl variables.
- How to tune disk performance and modify kernel limitations.
Before reading this chapter, you should:
Understand UNIX® and DragonFly basics (Chapter 3).
Be familiar with the basics of kernel configuration/compilation (Chapter 9).
CategoryHandbook Category
