Agents.jl and DifferentialEquations.jl memory usage

You’re not changing the saving behavior, but you’re also just using the integrator interface. Consider setting save_on = false, and/or save_everystep = false so it’s not saving time steps.

4 Likes