i am writing a particle packing algorithm. i find that once the memory consumption of my program gets above +/-120 meg (happens for large particle systems) the program slows considerably. the memory consumption is caused mostly by objects, but the number of objects is static for each run, with the number of objects created being 3 times the number of particles. i have 3 gig of ram running on a pentium xeon 3.06 gig machine.
why is it slowing once i go above a certain memory level? any help will be appreciated, thanks.
greg
why is it slowing once i go above a certain memory level? any help will be appreciated, thanks.
greg