How much RAM should a server have to run the script? For some reason my site is not completing some of the admin functions. Example. generate html does not complete. It gets to category 15 and then timesout.
Where the server supports that stat, ram output is listed at the bottom of the page in debug mode. Most pages come in around 5 MB for me, some less, some closer to 6. There is no specific amount of RAM that a server needs, of course -- if you have a small amount of traffic, you can do fine with a tiny amount of RAM and if you have a large amount of traffic you need more to support the multiple people accessing at once.
For HTML generation you need to do fewer at a time (3-5 is generally all I can get from it) or use 4.0's server cron job.
I guess I have to buy v4 because it timesout when I do 1 of each type per cycle. It also timesout when I'm doing admin link searches. With firefox I get a download makehtml.php dialog box
With firefox I get a download makehtml.php dialog box
Then you have some sort of other problem -- if that download gives you the actual PHP code, that's a dangerous server flaw which could give away your config info.
Link searches are virtually instant for me. When I have 20,000 links it takes about a second. Apparently something is going on with your server.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on RAM?
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
How much RAM should a server have to run the script? For some reason my site is not completing some of the admin functions. Example. generate html does not complete. It gets to category 15 and then timesout.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Where the server supports that stat, ram output is listed at the bottom of the page in debug mode. Most pages come in around 5 MB for me, some less, some closer to 6. There is no specific amount of RAM that a server needs, of course -- if you have a small amount of traffic, you can do fine with a tiny amount of RAM and if you have a large amount of traffic you need more to support the multiple people accessing at once.
For HTML generation you need to do fewer at a time (3-5 is generally all I can get from it) or use 4.0's server cron job.
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
I guess I have to buy v4 because it timesout when I do 1 of each type per cycle. It also timesout when I'm doing admin link searches. With firefox I get a download makehtml.php dialog box
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
With firefox I get a download makehtml.php dialog box
Then you have some sort of other problem -- if that download gives you the actual PHP code, that's a dangerous server flaw which could give away your config info.
Link searches are virtually instant for me. When I have 20,000 links it takes about a second. Apparently something is going on with your server.