WordPress Memory limit not increasing

Try to create .user.ini file in root and put below code

upload_max_filesize = 500M
post_max_size = 256M
memory_limit = 500M
max_execution_time = 300
max_input_vars = 500M

Try and let me know if any query.

Hope it will help!