Hi @puchun jiang ,
Agree with Erland.
It should be set to grow at a fixed size, not proportional. In this way, unnecessary troubles caused by too much or too little growth at a time can be avoided.
Set the maximum file size to prevent SQL Server files from running out of disk space due to self-growth and affecting the operating system.
Because SQL Server writes log records in strict order. SQL Server will automatically grow in a log file, which is also to ensure log continuity. This is different from data files. Relying on automatic growth, it is difficult to enjoy the effect of I/O load balancing.
Best regards,
Seeya