Sun Microsystems Sun GlassFish Enterprise Server 2.1 Tuning Manual page 106

Performance tuning guide
Hide thumbs Also See for Sun GlassFish Enterprise Server 2.1:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

Table of Contents