Hi there,
Revolution slider comes bundled in X and it doesn’t require activation code as long as X is activated. You should be able to use it without activating the plugin.
To increase memory limit, add following lines to wp-config.php file :
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Hope it helps.