Ranks calculation is just the most memory consuming operation.
Updating or initial building of reverse index also requires much RAM (about
twice of delta file size), for 5M URLs it can be 300-400M. It can't be
turned off.
Nethertheless, to turn off ranks and citaion index building you can comment
line in "index.cpp" in function Index
CalcRanks(database);
Note, that search within 10-20M URLs will be slower. Better to have faster
CPU (1.5GHz) and fast disk (throughtput is important to read large files).
Alexander.
----- Original Message -----
From: "fabrice valere" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 10:10 PM
Subject: Re: [aseek-users] Aspseek limit
>
>
> Alexander F. Avdonkin wrote:
>
> > No, 5M URLs is approximate limit. With this number of URLs, ASPseek
requires
> > about 700M of RAM to calculate ranks of pages.
> > If number of URLs will grow, then swapping will occur during ranks
> > calculation.
>
> We don't need the system of rank calculation (or another system).
> We expert more than 10 or 20 millions page indexed and have only 400Mb
RAM.
>
> How (or where) can we inactivated the rank calculation ? So we save RAM.
>
> Thank you,
>
> Fabrice
>