I am a complete newby to Nordic parts and the VB design environment so please bear with my ignorance. I have just purchased a nrf52840 development kit and have successfully set everything up to run the Peripheral_lbs demo code. When I compile, it exits with a fatal error: "region `RAM' overflowed by 1028 bytes". I looked in the Kconfig section and found a function that allows me to change the size of the assigned stacks, but since I have no idea what stack sizes are needed for the app, just tweaking these values arbitrarily seems a bit dangerous. Have I missed a critical step somewhere?