On Tue, Oct 02, 2001 at 04:18:05PM +0200, Elsner wrote: > Aspseek 1.2.5 installation and configuration is much the same as 1.2.4, OK. > > My test environment (P3, 256MB RAM), not working because of UtfStorage ... > http://pandora.rz.uni-osnabrueck.de/cgi-bin/s.cgi (simple search) > http://pandora.rz.uni-osnabrueck.de/cgi-bin/s2.cgi (advanced search) > http://pandora.rz.uni-osnabrueck.de/cgi-bin/maketable.cgi (my statistics > script, > work in progress) > > I found that these problems are still pending: > > 1. make install ./. make install-strip > > On RedHat, the binaries vary from ~10 MB (install) to ~600K > (install-stripped). > Installation of stripped binaries should be the default, otherwise, > 10 index/searchd processes will slow down a big box ...
Most information in an unstripped binary is debugging information, and is not loaded into ram during execution.. so it should not be slowing down your machine. If it does make a difference, then I would like to hear about it. I always use unstripped binaries in case I need to debug a core file later on. Brian
