I have a sql server 2017 Enterprise Edition installed on one of my servers. i am getting following error in my SQL Server logs.
DESCRIPTION: Autogrow of file 'xxxx_data' in database 'xxxxxx' was cancelled by user or timed out after 29627 milliseconds. Use ALTER DATABASE to set a smaller FILEGROWTH value for this file or to explicitly set a new file size.
My database datafile size is around 2 TB and auto grow is set to 64 MB unlimited. There is plenty of disk space available on disk. My trace file shows auto grow events enter image description here
I have looked in Event viewer and have found lot of enteries for: "Windows installer installed the product. Product Name SQL Server 2017 full text search etc. "
Please guide me to find out why auto grow event got cancelled. This is happening frequently on this server.