Jump to content
  • 0

Problem z memory limit


TomaszN

Question

Witam,

od długiego czasu borykam się z problemem małej ilości pamięci. Posiadam serwer VPS, gdzie w apache w pliku php.ini ustawiłem memory_limit = 2048M.

Niestety po wywołaniu phpinfo() okazuję się, że local value wynosi 256M. Jak to zmienić?

 

image.thumb.png.15a8d1f66ca62f86586eb861b3864687.png

 

Próbowałem różnych metod:

- do pliku .htaccess dodałem "php_value memory_limit 2048M" - nic to nie dało

- na początku pliku index.php dodałem "ini_set('memory_limit','2048M');" i faktycznie zmieniło Local Value na 2048M lecz "coś" musiało zmienić na domyślne ponieważ moduł XML pokazuje mi wartość podstawową (wcześniej wszystko było ok)

 

Proszę o pomoc, bo już nie mam pomysłu

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...