If you go to your directory/admin/controllers/Pages.php
Change the following (line 194):
$this->form_validation->set_rules('content', 'lang:label_content', 'trim|required|min_length[2]|max_length[5028]');
To
$this->form_validation->set_rules('content', 'lang:label_content', 'trim|required|min_length[2]|max_length[CHANGE THIS VALUE]');