WordPress retrieving meta data for all custom post types in list view
Try changing hierarchical: false in your CPT definition (if your application allows). When CPT’s are set to hierarchical: true all posts will be queried in the admin dashboard which can cause memory issues.