| #  Copyright (C) 2000-2007 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="40:40" | 
 | NUMPROC="65:65" | 
 | NUMTCPSOCK="80:80" | 
 | NUMOTHERSOCK="80:80" | 
 | VMGUARPAGES="3072:9223372036854775807" | 
 | # Secondary parameters | 
 | KMEMSIZE="13762560:14680064" | 
 | TCPSNDBUF="319488:524288" | 
 | TCPRCVBUF="319488:524288" | 
 | OTHERSOCKBUF="122880:327680" | 
 | DGRAMRCVBUF="65536:65536" | 
 | OOMGUARPAGES="3072:9223372036854775807" | 
 | # Auxiliary parameters | 
 | LOCKEDPAGES="32:32" | 
 | SHMPAGES="2048:2048" | 
 | PRIVVMPAGES="11264:12288" | 
 | NUMFILE="2048:2048" | 
 | NUMFLOCK="100:110" | 
 | NUMPTY="16:16" | 
 | NUMSIGINFO="256:256" | 
 | DCACHESIZE="2097152:2195456" | 
 |  | 
 | PHYSPAGES="0:9223372036854775807" | 
 | NUMIPTENT="128:128" | 
 |  | 
 | # Disk quota parameters (in form of softlimit:hardlimit) | 
 | DISKSPACE="1048576:1153434" | 
 | DISKINODES="200000:220000" | 
 | QUOTATIME="0" | 
 |  | 
 | # CPU fair sheduler parameter | 
 | CPUUNITS="1000" |