Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak in the randomisation analyses #5

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 27 comments
Closed

Memory leak in the randomisation analyses #5

GoogleCodeExporter opened this issue Mar 27, 2015 · 27 comments

Comments

@GoogleCodeExporter
Copy link

The system consumes all the available memory over a series of iterations
(how fast depends on the size of the data set).  

Eventually it gets to the point that there is not enough memory to save the
data set or run any further analyses.  This occurs on WinXP, but is likely
to occur on all systems.

A workaround is to run the analysis for some number of iterations, save,
close and restart the application (this clears the memory), and then resume
the analysis.  Repeat solution as needed. 

The load_and_randomise_wrapper.pl script in the Biodiverse/bin folder has
been developed as a means of automating the close and restart problem but
will likely need modification for some problems.

Original issue reported on code.google.com by shawnlaffan on 25 Sep 2009 at 6:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants