CONFIG_BLE memory optimization

Hi.

I am using nCS with vscode to develop an application, So far I was only working with peripherals and my build file (.bin) size was about 70kb.
Now I want to add BLE APIs to my application & the moment I enabled CONFIG_BLE in prj.conf, the build file (.bin) size spiked suddenly to 180kb.

This 100kb spike on my application build file (.bin) just by enabling BLE is unacceptable for my device, kindly suggest how do I cut this down..?

Thanks,

Related