Simple question regarding ProfileService data limitations

Hello,

I have some problems understanding what the 4MB limit applies to in the context of ProfileService.
To put it simple: Does the 4MB limit apply to the whole profile(“Player”_…player.userId) or does it apply to the template under the profile store?

Code:

local ProfileStore = ProfileService.GetProfileStore("LIVE",{
	[FESTIVAL_PROFILE_KEY] = DefaultFestivalData, -- This and
	[GENERAL_PROFILE_KEY] = DefaultGeneralData, -- this
})

-- or

-- This? --
ProfileStore:LoadProfileAsync("Player_" .. player.UserId)

I posted a topic earlier regarding some other questions: Link

(I apologize if this is confusing. I’m new to profileservice.)

EDIT: Solved(no bump), learned that one key was the player key.

/skateborden