Hi, In my project I am using rev3 nrf51822-QFAA chip set with s130 soft device.while I compiling getting the error "region RAM overflowed with stack". Then I followed some question in Nordic site related to these error and changed the heap size from 2048 to 1024 in gcc_startup_nrf51.s now it works fine.But I have doubt that it is a safe or not? can any one suggest better way to me?