Re: Performance Tuning a Domino for SuSE Linux Server
Ingo Boernig <[email protected]>
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <[email protected]> |
Hi Jens, On Tue, Aug 27, [email protected] wrote: > Hi, > > I tried to check out the performance boost in Domino for SuSE Linux > release 5.0.10. The release notes figures out a lot of adjustments to > achive about 3700 test mail users. Yes, thats true. Actually, there are even more users possible with recent kernels. > > I went through the steps, eliminate the misstypes in the documentation and > finally can't pass step 9: rebuild the binary and source packages, > utilizing the changes. > > I tried SuSE linux 7.3 as described and also SLES 7. There are significant differences in glibc between these releases. While I had no problem with glibc-2.2.2 of SLES7, there was the same error in "ex17" for glibc-2.2.4. Fortunately, this is a trivial one: ex17 is just a test program, which tries to allocate a 1MB big stack. This simple patch will cure it: -----------------------------------------------------------------snip --- linuxthreads/Examples/ex17.c Tue Dec 4 14:20:56 2001 +++ linuxthreads/Examples/ex17.c Tue Dec 4 14:20:10 2001 @@ -15,7 +15,11 @@ return NULL; } +/* #define STACKSIZE 0x100000 + Use lower STACKZIZE (256k) for use with Lotus Domino +*/ +#define STACKSIZE 0x40000 int main (void) ------------------------------------------------------------------snap The problem for SLES7 I cannot reproduce. But I can send you my complete patch against the released version in PM. > /usr/src/packages/BUILD/glibc-2.2.4/cc/linuxthreads/ex17.out > make[2]: *** > [/usr/src/packages/BUILD/glibc-2.2.4/cc/linuxthreads/ex17.out] Error 1 > make[2]: Leaving directory > `/usr/src/packages/BUILD/glibc-2.2.4/linuxthreads' > make[1]: *** [linuxthreads/tests] Error 2 > make[1]: Leaving directory `/usr/src/packages/BUILD/glibc-2.2.4' > make: *** [check] Error 2 > make: Leaving directory `/usr/src/packages/BUILD/glibc-2.2.4/cc' > Bad exit status from /var/tmp/rpm-tmp.41410 (%build) > wkr, Ingo -- Ingo Börnig - SuSE Linux AG Professional Services - DU Central Marie-Curie-Straße 11-17 - D-53757 St. Augustin Tel.:+49-2241-92917-0 Fax:+49-2241-314599911 Office Dortmund: Tel.:+49-231-47797-105 E-Mail: [email protected]
signature.asc
(application/pgp-signature, 240 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE9dleu+Ps8YyAzvzIRAqgXAJ0TGpnnAraN1md7vrv4FRIMjDxy+gCghlYp eYVj25sUuxIpG6Ob7G1eY5k= =xF1a -----END PGP SIGNATURE-----