According to the docs, APCu is still using the same configuration as for APC which includes defining the amount of memory to be used
apc.shm_size = 32M
But Opcache has it's own configuration for memory:
opcache.memory_consumption = "64"
Does the amount allocated to APCu come out of the total memory_consumption setting for Opcache? Or are they separate?