Displaying 2 results from an estimated 2 matches for "lab14".
Did you mean:
lab1
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
...,6,7,8,9,10,2.1,12, 1,14,15,16,17,18,19,20)
mass_label<-c("lab1","lab2","lab3","lab4","lab5","lab6","lab7","lab8","lab9","lab10",
"lab11","lab12","lab13","lab14","lab15","lab16","lab17","lab18","lab19","lab20")
dt<-5
# i.e.
mass_value<-c (9,0,3,1,5,6,7,8,3,10,2.1,12, 1, 1,15,16,17,18,19,20)
mass_position<-c(1,2,3,4,5,6,7,8,9,10, 11,12,13,14,15,16,17,18,19,20)
#...
2007 May 23
13
Preparing to compare Solaris/ZFS and FreeBSD/ZFS performance.
...RAM, 15 x 74GB-FC-10K accesses via 2x2Gbit FC links. Unfortunately the
links to disks are the bottleneck, so I''m going to use not more than 4
disks, probably.
I do know how to tune FreeBSD properly, but I don''t know much about
Solaris tunning. I just upgraded Solaris to:
SunOS lab14.wheel.pl 5.11 opensol-20070521 i86pc i386 i86pc
I took upgrades from:
http://dlc.sun.com/osol/on/downloads/current/
I believe this is a version with some debugging options turned on. How
can I turn debug off? Can I or do I need to install something else?
What other tunnings should I apply?
--...