Hi,
when generating settings on windows using nrfutil on one project takes about 2 minutes and it swallows whole memory during the command.
The command i am using is:
```
nrfutil settings generate \
--family NRF52 \
--application src/pca10040/s132/armgcc/_build/nrf52832_xxaa.hex \
--application-version 1 \
--bootloader-version 1 \
--bl-settings-version 1 \
src/../binary/dfu_settings.hex
```
but on linux i need 450ms.
Thanks.