by doing: ALTER SYSTEM set log_archive_dest_state_2=disable;
you will no longer transfer the archived redo logs to the standby database.

also check v$archive_dest, look at the STATUS of the standby destination (TARGET = 'STANDBY') to make sure that it is in fact disabled.