1*31e37bb4Svn83148# 2*31e37bb4Svn83148# CDDL HEADER START 3*31e37bb4Svn83148# 4*31e37bb4Svn83148# The contents of this file are subject to the terms of the 5*31e37bb4Svn83148# Common Development and Distribution License (the "License"). 6*31e37bb4Svn83148# You may not use this file except in compliance with the License. 7*31e37bb4Svn83148# 8*31e37bb4Svn83148# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*31e37bb4Svn83148# or http://www.opensolaris.org/os/licensing. 10*31e37bb4Svn83148# See the License for the specific language governing permissions 11*31e37bb4Svn83148# and limitations under the License. 12*31e37bb4Svn83148# 13*31e37bb4Svn83148# When distributing Covered Code, include this CDDL HEADER in each 14*31e37bb4Svn83148# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*31e37bb4Svn83148# If applicable, add the following below this CDDL HEADER, with the 16*31e37bb4Svn83148# fields enclosed by brackets "[]" replaced with your own identifying 17*31e37bb4Svn83148# information: Portions Copyright [yyyy] [name of copyright owner] 18*31e37bb4Svn83148# 19*31e37bb4Svn83148# CDDL HEADER END 20*31e37bb4Svn83148# 21*31e37bb4Svn83148# 22*31e37bb4Svn83148# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*31e37bb4Svn83148# Use is subject to license terms. 24*31e37bb4Svn83148# 25*31e37bb4Svn83148#ident "%Z%%M% %I% %E% SMI" 26*31e37bb4Svn83148 27*31e37bb4Svn83148# 28*31e37bb4Svn83148# cpumem-retire 29*31e37bb4Svn83148# 30*31e37bb4Svn83148setprop cpu_tries 10 31*31e37bb4Svn83148setprop cpu_delay 1sec 32*31e37bb4Svn83148# 33*31e37bb4Svn83148setprop cpu_ret_mindelay 5sec 34*31e37bb4Svn83148setprop cpu_ret_maxdelay 5min 35*31e37bb4Svn83148# 36*31e37bb4Svn83148setprop page_ret_mindelay 1sec 37*31e37bb4Svn83148setprop page_ret_maxdelay 5min 38*31e37bb4Svn83148# 39*31e37bb4Svn83148setprop cpu_offline_enable true 40*31e37bb4Svn83148setprop cpu_forced_offline true 41*31e37bb4Svn83148setprop cpu_blacklist_enable true 42*31e37bb4Svn83148setprop page_retire_enable true 43