Subversion-Projekte lars-tiefland.openvz_admin

Revision

Zur aktuellen Revision | Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
137 lars 1
#  Copyright (C) 2000-2007 SWsoft. All rights reserved.
2
#
3
#  This program is free software; you can redistribute it and/or modify
4
#  it under the terms of the GNU General Public License as published by
5
#  the Free Software Foundation; either version 2 of the License, or
6
#  (at your option) any later version.
7
#
8
#  This program is distributed in the hope that it will be useful,
9
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
10
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
#  GNU General Public License for more details.
12
#
13
#  You should have received a copy of the GNU General Public License
14
#  along with this program; if not, write to the Free Software
15
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
#
17
 
18
VERSION="2"
19
 
20
ONBOOT="yes"
21
 
22
# UBC parameters (in form of barrier:limit)
23
# Primary parameters
24
AVNUMPROC="200:200"
25
NUMPROC="260:260"
26
NUMTCPSOCK="80:80"
27
NUMOTHERSOCK="80:80"
28
VMGUARPAGES="524288:9223372036854775807"
29
# Secondary parameters
30
KMEMSIZE="152428800:155924050"
31
TCPSNDBUF="31948800:52428800"
32
TCPRCVBUF="31948800:52428800"
33
OTHERSOCKBUF="1320960:3368960"
34
DGRAMRCVBUF="1320960:1320960"
35
OOMGUARPAGES="524288:9223372036854775807"
36
# Auxiliary parameters
37
LOCKEDPAGES="128:128"
38
SHMPAGES="81920:81920"
39
PRIVVMPAGES="524288:524288"
40
NUMFILE="204800:204800"
41
NUMFLOCK="10000:11000"
42
NUMPTY="16:16"
43
NUMSIGINFO="25600:25600"
44
DCACHESIZE="10485760:78643200"
45
 
46
PHYSPAGES="0:9223372036854775807"
47
NUMIPTENT="128:128"
48
 
49
# Disk quota parameters (in form of softlimit:hardlimit)
50
DISKSPACE="31457280:31457280"
51
DISKINODES="2000000:2200000"
52
DISK_QUOTA="no"
53
QUOTATIME="0"
54
 
55
# CPU fair sheduler parameter
56
CPUUNITS="60000"
57
OFFLINE_MANAGEMENT="yes"
58
VE_ROOT="/vz/root/$VEID"
59
VE_PRIVATE="/vz/private/$VEID"
60
OSTEMPLATE="gentoo-openvz-amd64-2008.02.27"
61
ORIGIN_SAMPLE="vps.basic"
62
NAMESERVER="192.168.1.1"
63
FEATURES="nfs:on "
64
SEARCHDOMAIN="kosmos.all"
65
DISTRIBUTION="gentoo"
66
IP_ADDRESS="192.168.1.4"
67
HOSTNAME="excelsior"
68
#CAPABILITY="SYS_TIME:on "