Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 153 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
77 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"
111 lars 26
NUMTCPSOCK="9223372036854775807:9223372036854775807"
27
NUMOTHERSOCK="9223372036854775807:9223372036854775807"
77 lars 28
VMGUARPAGES="131072:9223372036854775807"
29
# Secondary parameters
30
KMEMSIZE="86835200:90330450"
111 lars 31
TCPSNDBUF="9223372036854775807:9223372036854775807"
32
TCPRCVBUF="9223372036854775807:9223372036854775807"
77 lars 33
OTHERSOCKBUF="132096:336896"
34
DGRAMRCVBUF="132096:132096"
35
OOMGUARPAGES="131072:9223372036854775807"
36
# Auxiliary parameters
37
LOCKEDPAGES="128:128"
38
SHMPAGES="81920:81920"
39
PRIVVMPAGES="131072:131072"
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="30000"
57
OFFLINE_MANAGEMENT="yes"
58
VE_ROOT="/vz/root/$VEID"
59
VE_PRIVATE="/vz/private/$VEID"
60
OSTEMPLATE="gentoo-20071025-amd64"
61
ORIGIN_SAMPLE="vps.gentoo"
154 lars 62
#NAMESERVER="213.203.217.129 89.245.130.99"
63
NAMESERVER="62.220.18.8 89.246.64.8"
151 lars 64
#NAMESERVER="83.136.80.248 83.136.80.239"
77 lars 65
FEATURES="nfs:on "
66
SEARCHDOMAIN="starfleethq.de"
67
DISTRIBUTION="gentoo"
151 lars 68
IP_ADDRESS="84.246.123.7"
69
HOSTNAME="monitor.starfleethq.de"