Clipper theme is crashed due to _transient_app-notice-ip error in wp_options table
My website is crashed due to memory exhausted problem. when I checked its mysql Database, i found that WP_OPTIONS table have too many rows and approx 1 GB in size. Mostly rows have _Transient_app-notice-ip-address(like: _transient_app-notice-43.230.184.29) error with option_value field
Code:
O:8:"WP_Error":2:{s:6:"errors";a:0:{}s:10:"error_data";a:0:{}}
I have run DELETE command in DB and deleted all those rows. but after 24 hours, too many rows inserted automatically.
I unable to find solution for this.
How to stop this error?