Wordpress error 500 in admin-ajax.php

Greetings .

In WordPress the error appears when I want to implement a very heavy theme, then in the content loading stage it throws the error.

My PHP ::

memory_limit = 512M
max_execution_time = 1200
upload_max_filesize = 512M
post_max_size = 512M
max_input_time = 1200

Thanks .