Hi spencet,
You can change the image store folder size limitation from file "\CuteSoft_Client\CuteEditor\Configuration\Security\Default.config", the setting below.
<security name="MaxImageFolderSize">102400</security>
For the upload image size, you can change it with
<security name="MaxImageSize">200</security>
Regards,
Ken