Bypass rereduce limitation, need HELP!

Hello guys,
I think I encounter this limit as mentioned here.
In my case, i have a pretty complicated json that I want to do some aggregation on it. so my map function emit a pretty “big” value, and one value ONLY (image i only have one doc). but because the value is too big, so the system decide to run rereduce over and over again,since reduce and rereduce method do not “reduce” the size of the data.
Is there a way to bypass the limit or increase the limit? or what should i do if i really wanna keep those data, and the data itself it not big in terms of my application :frowning: