Tuning UltraSPARC® T1–Based Systems
■
■
106
Sun GlassFish Enterprise Server 2.1 Performance Tuning Guide • January 2009
To start the 32–bit Enterprise Server with 4–Mbyte pages, use the following options:
LD_PRELOAD_32=/usr/lib/mpss.so.1 ;
export LD_PRELOAD_32;
export MPSSHEAP=4M;
./bin/startserv;
unset LD_PRELOAD_32;
unset MPSSHEAP
To start the 64–bit Enterprise Server with 4–Mbyte pages, use the following options:
LD_PRELOAD_64=/usr/lib/64/mpss.so.1;
export LD_PRELOAD_64;
export MPSSHEAP=4M;
./bin/startserv;
unset LD_PRELOAD_64;
unset MPSSHEAP
Need help?
Do you have a question about the Sun GlassFish Enterprise Server 2.1 and is the answer not in the manual?
Questions and answers