Hello,
We are getting following error while checking checkpoints
"Based on the current workload, the physical log might be too small
to accommodate the time it takes to flush the buffer pool during
checkpoint processing. The server might block transactions during checkpoints.
If the server blocks transactions, increase the physical log size to
at least 158400 KB."
Currently we have 375 active connections and according to physical log formula we need only 60000 size
Formula for physical log = active connection * 160
Kindly help us for resolving this issue.