Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 151 | Zur aktuellen Revision | 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"
151 lars 28
VMGUARPAGES="524288:9223372036854775807"
77 lars 29
# Secondary parameters
151 lars 30
KMEMSIZE="152428800:155924050"
111 lars 31
TCPSNDBUF="9223372036854775807:9223372036854775807"
32
TCPRCVBUF="9223372036854775807:9223372036854775807"
77 lars 33
OTHERSOCKBUF="132096:336896"
34
DGRAMRCVBUF="132096:132096"
151 lars 35
OOMGUARPAGES="524288:9223372036854775807"
77 lars 36
# Auxiliary parameters
37
LOCKEDPAGES="128:128"
38
SHMPAGES="81920:81920"
151 lars 39
PRIVVMPAGES="524288:524288"
77 lars 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)
151 lars 50
DISKSPACE="94371840:94371840"
77 lars 51
DISKINODES="2000000:2200000"
52
#DISK_QUOTA="no"
53
QUOTATIME="0"
54
 
55
# CPU fair sheduler parameter
151 lars 56
CPUUNITS="60000"
77 lars 57
OFFLINE_MANAGEMENT="yes"
58
VE_ROOT="/vz/root/$VEID"
59
VE_PRIVATE="/vz/private/$VEID"
60
OSTEMPLATE="debian-4.0-amd64-minimal"
61
ORIGIN_SAMPLE="vps.debian"
151 lars 62
NAMESERVER="213.203.217.129 89.245.130.99"
63
#NAMESERVER="83.136.80.248 83.136.80.239"
77 lars 64
FEATURES="nfs:on "
65
SEARCHDOMAIN="starfleethq.de"
66
DISTRIBUTION="debian"
151 lars 67
IP_ADDRESS="84.246.123.6"
68
HOSTNAME="weban.starfleethq.de"