int byte2MB(int bytes) { return (bytes / 1024 / 1024).round(); }