I always get Out of Memory error on rebuilding site with 2000+ entries.
Movable Type is rebuilding some range of entries at a time (maybe 5 maybe 10 maybe 25) How can I configure MT to rebuild less entries at ones? For example: rebuild in steps 10 entries instead of 25 entries at a time?
maybe I can put some line of code in mt-config.cgi which will limit the numbers of rebuildet entries during the total rebuild? That would solve my problem.
PS.: I have no root acces to my server. So I can't change R-LIMIT-MEM
My hosting Product is: http://www.hosteurope.de/produkt/Virtual-Server-Managed-XL
- 2 GB RAM (guaranteed)
-Dell PowerEdgeâ„¢ HP Proliant
- 2 x 6 Cores Intel® Xeon®
This is shared hostig, I am one of many customers on this server.
Price per Month: about 35 $.
Do I realy need dedicated server to solve all Performance of MT?
Regards, Chris.
Reported on Movable Type 5

There is a configuration directive to set the number of entries per a rebuild.
http://www.movabletype.org/documentation/appendices/config-directives/entriesperrebuild.html
Have you tried this ?
Thanx guys for fast answers.
I have checked my Error log file and it sais:
[warn] [client 141.99.254.253] Timeout waiting for output from CGI script /cgi-bin/mt502/mt.cgi, referer: /cgi-bin/mt502/mt.cgi?__mode=rebuild&blog_id=2&type=Individual&next=0&offset=1650&limit=&total=2407&start_time=1310730654&entry_id=&is_new=&old_status=&old_previous=&old_next=
[error] [client 141.99.254.253] Premature end of script headers: mt.cgi, referer: /cgi-bin/mt502/mt.cgi?__mode=rebuild&blog_id=2&type=Individual&next=0&offset=1650&limit=&total=2407&start_time=1310730654&entry_id=&is_new=&old_status=&old_previous=&old_next=
How can I avoid Time Out, if I do not have root acces to my server? Maybe with .htaccess?