~ubuntu-branches/ubuntu/lucid/vzctl/lucid

« back to all changes in this revision

Viewing changes to etc/conf/ve-vps.basic.conf-sample.x86_64

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="no"
 
21
 
 
22
# UBC parameters (in form of barrier:limit)
 
23
# Primary parameters
 
24
AVNUMPROC="40:40"
 
25
NUMPROC="65:65"
 
26
NUMTCPSOCK="80:80"
 
27
NUMOTHERSOCK="80:80"
 
28
VMGUARPAGES="6144:9223372036854775807"
 
29
# Secondary parameters
 
30
KMEMSIZE="5242880:5592405"
 
31
TCPSNDBUF="319488:524288"
 
32
TCPRCVBUF="319488:524288"
 
33
OTHERSOCKBUF="132096:336896"
 
34
DGRAMRCVBUF="132096:132096"
 
35
OOMGUARPAGES="6144:9223372036854775807"
 
36
# Auxiliary parameters
 
37
LOCKEDPAGES="32:32"
 
38
SHMPAGES="8192:8192"
 
39
PRIVVMPAGES="35000:38181"
 
40
NUMFILE="2048:2048"
 
41
NUMFLOCK="100:110"
 
42
NUMPTY="16:16"
 
43
NUMSIGINFO="256:256"
 
44
DCACHESIZE="1048576:1097728"
 
45
 
 
46
PHYSPAGES="0:9223372036854775807"
 
47
NUMIPTENT="128:128"
 
48
 
 
49
# Disk quota parameters (in form of softlimit:hardlimit)
 
50
DISKSPACE="1048576:1153434"
 
51
DISKINODES="200000:220000"
 
52
QUOTATIME="0"
 
53
 
 
54
# CPU fair sheduler parameter
 
55
CPUUNITS="1000"
 
56
OFFLINE_MANAGEMENT="yes"