Hi Swapnil Karte,
Changing of<xxx>_init is wasting of memory from real beginning, by pre-allocating/reserving memory.
You should change <xxx>_max value (or RTCSCFG_<xxx>_MAX). But be careful - do not set it too high, as your application will stop working in some time, cause of lack of memory. The issue is that a partition allocates memory but does not return it back.
I would start from value 10 (NOT from 100 – only in case you have a lot of external memory).
Best regards,
Andrey Butok