| # 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 |
| # |
| |
| VERSION="2" |
| |
| ONBOOT="no" |
| CLASSID="2" |
| |
| # UBC parameters (in form of barrier:limit) |
| # Primary parameters |
| AVNUMPROC="40:40" |
| NUMPROC="65:65" |
| NUMTCPSOCK="80:80" |
| NUMOTHERSOCK="80:80" |
| VMGUARPAGES="6144:9223372036854775807" |
| # Secondary parameters |
| KMEMSIZE="3578265:3816816" |
| TCPSNDBUF="319488:524288" |
| TCPRCVBUF="319488:524288" |
| OTHERSOCKBUF="132096:336896" |
| DGRAMRCVBUF="132096:132096" |
| OOMGUARPAGES="6144:9223372036854775807" |
| # Auxiliary parameters |
| LOCKEDPAGES="32:32" |
| SHMPAGES="8192:8192" |
| PRIVVMPAGES="22528:24576" |
| NUMFILE="1280:1280" |
| NUMFLOCK="100:110" |
| NUMPTY="16:16" |
| NUMSIGINFO="256:256" |
| DCACHESIZE="1048576:1097728" |
| |
| 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" |
| OFFLINE_MANAGEMENT="yes" |