I have tried to insert 1L key-values into the user defaults. It is working fine until 50k key-values. After some time, am getting
Not updating lastKnownShmemState in CFPrefsPlistSource<0x2825b0c60> (Domain: peformance_validator, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No)
also, key-values are not updating in the plist as well. peformance_validator is my user defaults group name.
How can I solve this ?