Can't config Ram for PHP's Zend Opcache in 10-opcache.ini

Hi, I have edited my 10-opcache.ini in /etc/php/5.6/fpm/conf.d

; configuration for php opcache module

; priority=10

zend_extension=opcache.so

opcache.memory_consumption=128

opcache.max_accelerated_files=50000

;following can be commented for production server

opcache.revalidate_freq=0

opcache.consistency_checks=1

But I check ram for opcache is not changed (still value 64Mb). Help me, please!

You need to restart php-fpm process to make changes applied

Help me, please!

Just run

sudo service php5.6-fpm restart