perchè il server vps mi restituisce sempre:

codice:
PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 58839419 bytes)
anche se ho provato ad impostare nel php.ini e nel nello script tramite il comando:

codice:
ini_set("memory_limit", "64M");
il limite massimo di 64M???

eppure su hosting non avevo questi problemi.