워드프레스 "import" 시 Allowed memory size of 268435456 bytes exhausted (tried to allocate 1066 bytes) in 에러 대처 방법

워드프레스 "import" 시 Allowed memory size of 268435456 bytes exhausted (tried to allocate 1066 bytes) in 에러 대처 방법

   

워드프레스 데이터를 내보내기 후 가져오기 할 때 데이터양이 너무 크면 메모리 초가 오류가 발생합니다.

   

이럴 경우 아래 처럼, wp-config.php 파일을 수정 해주시면 됩니다.

   

wp-config.php

   

define( 'WP_MAX_MEMORY_LIMIT' , '512M' );

   

   

수정 후 다시 시도를 하면 잘 작동합니다.

   

   

참고사이트

http://stackoverflow.com/questions/21680244/fatal-error-allowed-memory-size-of-268435456-bytes-exhausted-tried-to-allocate