How much data can be saved in Bot session memory?

Is there any limit to size of data we can keep in bot user session?
If yes, how much?

@nehamsheikh The entire bot context could hold upto 2 MB. Bot User Session data is a subset of the bot context.

Is it? Then what happens if my data size increases?
Bot will break in this situation.
Does bot handle and responds correctly if it happens?

One more query - What all is included in 2MB size?
Does that include Bot configuration, bot context object?

Is there any documentation for checking the Bot size and other details?

@nehamsheikh There isn’t anyway for checking the bot size from UI. But as a workaround you can export the bot and then check the bot size. You also mentioned other details. Can you elaborate on what other details you are looking for?