The Cholesky factorization algorithm is very stable. The entries of cannot grow. This is true even if we do not pivot.
This can be seen from the equations:
The entries of are bounded by the square root of the diagonal entries of From our backward error analysis, this implies that the factorization is backward stable.
Stability of the LU factorization, Backward error analysis for LU, Row pivoting, Cholesky factorization, Existence of the Cholesky factorization