After some digging, it appears that mailbox_size_limit and message_size_limit variables are stored as int. So even if you set them correctly make sure they're not over the int limit (2147483647)