home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1996 September / pcw-0996.iso / acrofile / pcwpdf / sound / style / style.plc < prev    next >
Text File  |  1996-06-11  |  2KB  |  151 lines

  1. # style.plc    1.11 - 3/2/94
  2.  
  3. # @(#)Copyright (C) 1987-1994 Verity, Inc.
  4.  
  5. #
  6.  
  7. # Example style.plc file with default policy settings.
  8.  
  9. # Everything is optional including the file itself.
  10.  
  11. # Note: all options are currently commented out.
  12.  
  13. $control: 1
  14.  
  15. policy:
  16.  
  17. {
  18.  
  19.   mode: default
  20.  
  21.   {    
  22.  
  23.     index_policy:
  24.  
  25. ##        /goaldocs = 4096
  26.  
  27. ##        /instances_floor = 400000
  28.  
  29. ##        /instances_ceiling = 400000
  30.  
  31. ##        /maxdocs = 8192
  32.  
  33.         /minparts = 2
  34.  
  35.         /maxparts = 10
  36.  
  37.         /goalparts = 4
  38.  
  39.         /verify_on_submit = no
  40.  
  41.         /error_on_bad_update = no
  42.  
  43.         /keep_revisions = 25
  44.  
  45.         /read_only = yes
  46.  
  47.                /disable_locking = yes
  48.  
  49.        work_policy:
  50.  
  51.         /work_interval = 20 
  52.  
  53.         /est_work_length = 120 
  54.  
  55.         /housekeeping_interval = 300
  56.  
  57.         /housekeeping_age = 600
  58.  
  59.         /min_disk_free = 1000
  60.  
  61.         /disk_free_interval = 300
  62.  
  63.         /max_new_docs = 4096
  64.  
  65.         /lock_retry_count = 40
  66.  
  67.         /general_retry_count = 3
  68.  
  69. ##        /max_new_work = 1100
  70.  
  71.         /permissions = 0000
  72.  
  73.         /maintenance_interval = 300
  74.  
  75.     logfile_policy:
  76.  
  77.         /min_log_size = 5000
  78.  
  79.         /max_log_size = 10000
  80.  
  81.  
  82.     }
  83.  
  84.   mode: cdbuild
  85.  
  86.   {    
  87.  
  88.     index_policy:
  89.  
  90. ##        /goaldocs = 4096
  91.  
  92. ##        /instances_floor = 400000
  93.  
  94. ##        /instances_ceiling = 400000
  95.  
  96. ##        /maxdocs = 8192
  97.  
  98.         /minparts = 2
  99.  
  100.         /maxparts = 10
  101.  
  102.         /goalparts = 4
  103.  
  104.         /verify_on_submit = no
  105.  
  106.         /error_on_bad_update = no
  107.  
  108.         /keep_revisions = 25
  109.  
  110.         /read_only = no        
  111.  
  112.                /disable_locking = yes
  113.  
  114.        work_policy:
  115.  
  116.         /work_interval = 20 
  117.  
  118.         /est_work_length = 120 
  119.  
  120.         /housekeeping_interval = 300
  121.  
  122.         /housekeeping_age = 200
  123.  
  124.         /min_disk_free = 1000
  125.  
  126.         /disk_free_interval = 50
  127.  
  128.         /max_new_docs = 4096
  129.  
  130.         /lock_retry_count = 40
  131.  
  132.         /general_retry_count = 3
  133.  
  134. ##        /max_new_work = 1100
  135.  
  136.         /permissions = 0000
  137.  
  138.         /maintenance_interval = 300
  139.  
  140.     logfile_policy:
  141.  
  142.         /min_log_size = 5000
  143.  
  144.         /max_log_size = 10000
  145.  
  146.  
  147.     }
  148.  
  149. }
  150.  
  151.