Large Pool is used for I/O slave processes with RMAN. It improves performance by offering extra buffer space.

You can size the large pool with

LARGE_POOL_SIZE
LARGE_POOL_MIN_ALLOC

parameters in init.ora

If the size is 0, the large pool is not set.

Good luck.