Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision Autor Zeilennr. Zeile
3 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
#
68 lars 17
 
3 lars 18
VERSION="2"
68 lars 19
 
3 lars 20
ONBOOT="yes"
68 lars 21
 
3 lars 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"
3 lars 28
VMGUARPAGES="524288:9223372036854775807"
29
# Secondary parameters
151 lars 30
#KMEMSIZE="152428800:155924050"
31
KMEMSIZE="9223372036854775807:9223372036854775807"
111 lars 32
TCPSNDBUF="9223372036854775807:9223372036854775807"
33
TCPRCVBUF="9223372036854775807:9223372036854775807"
3 lars 34
OTHERSOCKBUF="1320960:3368960"
35
DGRAMRCVBUF="1320960:1320960"
36
OOMGUARPAGES="524288:9223372036854775807"
37
# Auxiliary parameters
38
LOCKEDPAGES="128:128"
39
SHMPAGES="81920:81920"
40
PRIVVMPAGES="524288:524288"
41
NUMFILE="204800:204800"
151 lars 42
NUMFLOCK="20000:22000"
3 lars 43
NUMPTY="16:16"
44
NUMSIGINFO="25600:25600"
77 lars 45
DCACHESIZE="10485760:78643200"
68 lars 46
 
77 lars 47
PHYSPAGES="0:9223372036854775807"
3 lars 48
NUMIPTENT="128:128"
68 lars 49
 
3 lars 50
# Disk quota parameters (in form of softlimit:hardlimit)
51
DISKSPACE="31457280:31457280"
52
DISKINODES="2000000:2200000"
53
#DISK_QUOTA="no"
54
QUOTATIME="0"
68 lars 55
 
3 lars 56
# CPU fair sheduler parameter
68 lars 57
CPUUNITS="60000"
3 lars 58
OFFLINE_MANAGEMENT="yes"
59
VE_ROOT="/vz/root/$VEID"
60
VE_PRIVATE="/vz/private/$VEID"
61
OSTEMPLATE="gentoo-20060317-amd64-stage3"
62
ORIGIN_SAMPLE="vps.basic"
151 lars 63
IP_ADDRESS="84.246.123.3"
64
HOSTNAME="headquarters.starfleethq.de"
154 lars 65
NAMESERVER="62.220.18.8 89.246.64.8"
151 lars 66
#NAMESERVER="83.136.80.248 83.136.80.239"
3 lars 67
SEARCHDOMAIN="starfleethq.de"
68
FEATURES="nfs:on "
69
DISTRIBUTION="gentoo"
101 lars 70
CAPABILITY="SYS_TIME:on "