Jump to content

Out of Memory après passage sur serveur dédié


Recommended Posts

Bonjour à tous,

 

Je suis en train de transférer ma boutique sur un nouveau serveur (Je suis chez 1and1), je passe sur un serveur dédié et bizarrement j'ai une erreur type Out Of Memory  :blink:

 

Fatal error: Out of memory (allocated 113770496) (tried to allocate 47 bytes) in /homepages/33/d572458012/htdocs/classes/db/DbPDO.php on line 105

 

Sachant que sur l'ancien serveur j'avais résolu ce problème en créant simplement un fichier php.ini avec ceci dedans : 

<?php
memory_limit = 3096M
max_execution_time = 1000;
max_input_time = -1;
post_max_size = 15M;
upload_max_filesize = 15M;
max_input_vars = 10000;
suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;
?>

Quelqu'un à déjà eu ce souci en passant sur un serveur dédié ?

 

 
Link to comment
Share on other sites

Pouvez-vous partager l'ensemble journal? DbPDO.php est le dernier fichier, mais très important existe plusieurs fichiers avant.

 

Can you share the whole log? DbPDO.php is the last file, but very important are several files before.

Link to comment
Share on other sites

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...