View the original community article here
Last tested: Sep 14, 2020
it looks like the max size of a user attribute is absolutely massive. From the code, it looks like it's 16777216 characters
That said, I'd definitely suggest caution since storing massive strings is probably going to lead to performance issues down the line (or maybe even immediately) since these values will likely have to be stored in memory wherever they go
This content is subject to limited support.