Sun Microsystems 7 Security Camera User Manual


 
tmp=expr $tmp + 1
done
done
Put all network interfaces into a single group. For example:
$ifconfig ipge0 group webserver
$ifconfig ipge1 group webserver
Web Server Start Options
In some cases, performance can be improved by using large page sizes. To start the 32–bit Web
Server with 4 MB pages:
LD_PRELOAD_32=/usr/lib/mpss.so.1 ; export LD_PRELOAD_32; export MPSSHEAP=4M;
./bin/startserv; unset LD_PRELOAD_32; unset MPSSHEAP
For 64–bit servers:
LD_PRELOAD_64=/usr/lib/64/mpss.so.1; export LD_PRELOAD_64; export MPSSHEAP=4M;
./bin/startserv; unset LD_PRELOAD_64; unset MPSSHEAP
TuningUltraSPARC®T1–BasedSystemsforPerformanceBenchmarking
Chapter4 • Platform-SpecicIssuesandTips 99