Maximum space for upload directory exceeded

Just edit this file:

\plugins\generic\tinymce\plugins\justboil.me\config.php

Change line 46:

$config[‘max_upload_dir_size’] = 25000;

to this:

$config[‘max_upload_dir_size’] = 2500000;

And you will have 2.5 gb of maximum space.

Hope it helps