cancerdatasci/ceres

fit_ceres Rcpp function is crashes with Killed: 9 message after awhile

Opened this issue · 1 comments

The wrapper ceres::wrap_ceres() is always crashing after awhile with message "killed 9". After some investigation I found that crash happens in Rcpp function fit_ceres after a message "Instantiated model matrix..." (see attach)

I have an R version.string R version 4.2.1 (2022-06-23), macos 10.13.6

Screen Shot 2023-01-10 at 17 58 25

Actually, i solved that problem myself.... it turned out that this function needs 100G of (RAM+swap file)... if it does not have it it crashes without any error message.... very confusing