How to set wordpress memory limits using wp-config.php?

If you want to set wordpress memory limits using wp-config.php then just insert this code into wp-config.php file:

By this way you will override standard wordpress settings.

define( 'WP_MEMORY_LIMIT', '1540M' );
define( 'WP_MAX_MEMORY_LIMIT', '1556M' );