Disable or Limit Post Revisions in wp-config
<?php define('WP_POST_REVISIONS', false); // or define('WP_POST_REVISIONS', 5); ?>
WordPress Snippet