如何解決ecshop的后臺(tái)點(diǎn)還原數(shù)據(jù)出現(xiàn)錯(cuò)誤 :Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 17816268 bytes
2016-08-27 06:31:48
11122
ecshop的后臺(tái)點(diǎn)還原數(shù)據(jù)庫之時(shí),出現(xiàn)錯(cuò)誤 :Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 17816268 bytes) in D:......admindatabase.php on line 631
如何?理?
這里最模板解決辦法:
找到文件admin/database.php
找到代碼:
@ini_set('memory_limit', '64M');
把這里的 64M 改大點(diǎn),比如 640M
@ini_set('memory_limit', '640M');