TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 29, 2024, 07:01:38 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,173
  • Total Topics: 21,219
  • Online today: 90
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 108
  • Total: 109
  • @rjen

Memory limit problem

Started by Heero, October 30, 2008, 11:05:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Heero

Hi peoplez.

Lately I'm encountering many memory limit problems and my host won't increase the size.
At least I'd have to buy a private server of them to get the cpu..

Is there any possible way to make specific pages work without increasing that limit?

It mostly happens when I'm including the SSI file of smf.

Thanks in advance.
> Heero

IchBin

What is the memory limit set at?

Heero

I'm not sure, but I think it was 8.
My previous host increased it to 13-14 which was enough.

IchBin

Any good host should AT LEAST allow it to be set at 16MB. You shouldn't ever need any more than that.

Heero

Well .. So I'm pretty dead for that part I guess.
Or do you know another method?

I was thinking of caching but I'm not sure if it would work ( only heard about it, never used it).
And I am not allowed to use a persistent connection :/ (would fix all if I activate).

Ken.

If your host has limited you in this way maybe you should consider changing to one that is more flexible and gives you more room  to work with.
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

Heero

Well everything is fine.
I gain unlimited space and transfer.
Their support is great, but its the only problem.

Isn't there a way to edit the SSI using less memory or so?

Also, thanks for the responses.

IchBin

No there is no way. Memory used isn't by just one script. It is the accumulation of code that gets input when a single page is hit. For instance, when you hit the page to view a topic, it has to hit the database and pull all of that info, and put it into PHP arrays and variables etc. Essentially, all of the database info, and code is put into memory and compiled at runtime. There is no such setting that will make a script use less memory. In order to make a script use less memory you would have to change the code and what it does as a whole. If you're host won't bump up the memory limit to at least 16MB, its plain and simple that you have no choice but to change hosts.

And for the record, unlimited resources is the sign of an over-selling host. Nothing is unlimited. I can promise you, that if you started getting a HUGE site, that they would quickly force you to get a bigger plan or to move to a VPS or Dedicated server.

Heero

Well, I'm not sure if I may ask but any suggestions which host I could take?