What's the maximum size for an Android shared preference value?
All shared prefs are stored in /data/data/[package name]/shared_prefs/[app name].xml, so i think there's no limit based on architecture.
I don't know practical limit but I think it's enough for you.