~tjoneslo/akiban-persistit/header-check-files-update

« back to all changes in this revision

Viewing changes to examples/PersistitMapDemo/persistit.properties

  • Committer: Padraig O'Sullivan
  • Date: 2011-02-01 16:48:36 UTC
  • mfrom: (125.1.12 learning)
  • Revision ID: osullivan.padraig@gmail.com-20110201164836-mtdbk9d0rgcxpwye
Merge Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Change this property to locate the volume files 
 
3
# in a different directory:
 
4
#
 
5
datapath=.
 
6
 
 
7
buffer.count.8192=32
 
8
 
 
9
volume.1=${datapath}/pmdemo.v00,create,pageSize:8192,\
 
10
    initialPages:5,extensionPages:5,maximumPages:100000
 
11
        
 
12
pwjpath=${datapath}/hwdemo.pwj
 
13
pwjsize=256K
 
14
pwjcount=1
 
15
pwjdelete=true
 
16
 
 
17