PeppeCap Posted March 13, 2015 Share Posted March 13, 2015 Salve a tutti, quando vado ad importare un listino in csv ottengo questo errore dopo 700 articoli Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 29 bytes) in /var/www/html/GMG/classes/cache/Cache.php on line 336 In pratica sembra che non riesce ad allocare altra memoria.. gli ho anche aumentato la memoria disponibile ma il problema è sempre lo stesso.. qualcuno ha avuto lo stesso problema ed ha risolto? uso P:S. 1.0.6.11 Link to comment Share on other sites More sharing options...
Giuseppe C. Posted March 13, 2015 Share Posted March 13, 2015 Ciao, ci sono 2 soluzioni: 1) modifica il file config.inc.php: @ini_set('memory_limit','512M'); 2) chiedi al tuo fornitore hosting di aumentare il memory_limit. Link to comment Share on other sites More sharing options...
PeppeCap Posted March 13, 2015 Author Share Posted March 13, 2015 Ciao, ci sono 2 soluzioni: 1) modifica il file config.inc.php: @ini_set('memory_limit','512M'); 2) chiedi al tuo fornitore hosting di aumentare il memory_limit. Ciao, grazie per la risposta, il memory_limit posso aumentarlo io dal php.ini in quanto sono su un vps, ho aumentato fino a 1gb ma ricevo sempre lo stesso errore.. Link to comment Share on other sites More sharing options...
Giuseppe C. Posted March 13, 2015 Share Posted March 13, 2015 Crea un file test.php con il seguente codice: <?php phpinfo(); ?> Richiama il file e vedi il valore "memory_limit" settato sul tuo vps. Link to comment Share on other sites More sharing options...
PeppeCap Posted March 13, 2015 Author Share Posted March 13, 2015 Ho reimpostato il valore di default a 256M ma ho lo stesso problema anche a 1024M Link to comment Share on other sites More sharing options...
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 accountSign in
Already have an account? Sign in here.
Sign In Now