Home | History | Annotate | Download | only in config
      1  7946  Andrew #
      2  7946  Andrew # CDDL HEADER START
      3  7946  Andrew #
      4  7946  Andrew # The contents of this file are subject to the terms of the
      5  7946  Andrew # Common Development and Distribution License (the "License").
      6  7946  Andrew # You may not use this file except in compliance with the License.
      7  7946  Andrew #
      8  7946  Andrew # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  7946  Andrew # or http://www.opensolaris.org/os/licensing.
     10  7946  Andrew # See the License for the specific language governing permissions
     11  7946  Andrew # and limitations under the License.
     12  7946  Andrew #
     13  7946  Andrew # When distributing Covered Code, include this CDDL HEADER in each
     14  7946  Andrew # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  7946  Andrew # If applicable, add the following below this CDDL HEADER, with the
     16  7946  Andrew # fields enclosed by brackets "[]" replaced with your own identifying
     17  7946  Andrew # information: Portions Copyright [yyyy] [name of copyright owner]
     18  7946  Andrew #
     19  7946  Andrew # CDDL HEADER END
     20  7946  Andrew #
     21  7946  Andrew #
     22  9801  Andrew # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     23  7946  Andrew # Use is subject to license terms.
     24  7946  Andrew #
     25  7946  Andrew 
     26  7946  Andrew DEFAULTS {
     27  7946  Andrew         runtime = 120;
     28  7946  Andrew         dir = /export/home/tmp;
     29  7946  Andrew         stats = /tmp;
     30  7946  Andrew         filesystem = zfs;
     31  7946  Andrew         description = "fileserver zfs";
     32  7946  Andrew }
     33  7946  Andrew 
     34  7946  Andrew CONFIG video_server {
     35  7946  Andrew 	function = generic;
     36  7946  Andrew 	personality = videoserver;
     37  7946  Andrew 	filesize = 2g;
     38  7946  Andrew 	numactivevids = 8;
     39  7946  Andrew 	numpassivevids = 40;
     40  7946  Andrew 	nthreads = 16;
     41  9801  Andrew 	eventrate = 32;
     42  7946  Andrew 	repintval = 60;
     43  7946  Andrew }
     44