I am using postgres 9.5 for my production environment and enabled Archival for basebackup, from last one week I am getting high volume of WAL log generation from simple Update, Delete and Insert queries. What are the parameters which I can tune in postgresql.conf file for this server to reduce WAL logs, sometime it is generating 300GB in a hr.

Thanks in advance...