| #  Copyright (C) 2000-2006 SWsoft. All rights reserved. | 
 | # | 
 | #  This program is free software; you can redistribute it and/or modify | 
 | #  it under the terms of the GNU General Public License as published by | 
 | #  the Free Software Foundation; either version 2 of the License, or | 
 | #  (at your option) any later version. | 
 | # | 
 | #  This program is distributed in the hope that it will be useful, | 
 | #  but WITHOUT ANY WARRANTY; without even the implied warranty of | 
 | #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
 | #  GNU General Public License for more details. | 
 | # | 
 | #  You should have received a copy of the GNU General Public License | 
 | #  along with this program; if not, write to the Free Software | 
 | #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA | 
 | # | 
 |  | 
 | ONBOOT="no" | 
 |  | 
 | # UBC parameters (in form of barrier:limit) | 
 | # Primary parameters | 
 | AVNUMPROC="15:15" | 
 | NUMPROC="40:40" | 
 | NUMTCPSOCK="40:40" | 
 | NUMOTHERSOCK="40:40" | 
 | VMGUARPAGES="1725:2147483647" | 
 | # Secondary parameters | 
 | KMEMSIZE="1740800:1847296" | 
 | TCPSNDBUF="159744:262144" | 
 | TCPRCVBUF="159744:262144" | 
 | OTHERSOCKBUF="135168:196608" | 
 | DGRAMRCVBUF="135168:196608" | 
 | OOMGUARPAGES="1725:2147483647" | 
 | # Auxiliary parameters | 
 | LOCKEDPAGES="4:4" | 
 | SHMPAGES="1152:1152" | 
 | PRIVVMPAGES="7680:8448" | 
 | NUMFILE="512:512" | 
 | NUMFLOCK="50:60" | 
 | NUMPTY="4:4" | 
 | NUMSIGINFO="256:256" | 
 | DCACHESIZE="196608:202752" | 
 |  | 
 | PHYSPAGES="0:2147483647" | 
 | NUMIPTENT="16:16" | 
 |  | 
 | # Disk quota parameters (in form of softlimit:hardlimit) | 
 | DISKSPACE="512000:512000" | 
 | DISKINODES="80000:88000" | 
 | QUOTATIME="0" | 
 |  | 
 | # CPU fair sheduler parameter | 
 | CPUUNITS="250" |