How can I increase the maximum size of the state bag (viewstate)?

I have a control that is not firing its events anymore unless I turn off the enableview state on the page and turn it on specifically for that control.

This tells me the page is exceeding some given maximum size for the statebag.

I cannot leave the page's view state off since now the other controls are misbehaving...