------------------------------------------------------------ To: help-glpk <[email protected]> Subject: [Help-glpk] release memory From: name name <[email protected]> Date: Thu, 8 Sep 2011 17:35:59 +0200 ------------------------------------------------------------
> Hello, > > I have some problem with releasing memory in scala. > > after solving model I use GLPK.glp_free_env() but the > memory doesn't decries. decrease? > Could you tell me how can I relese the memory ? > > Thank you > > Onor Hello Onor I assume that GLPK.glp_free_env() calls 'glp_free_env'. If you have already invoked (thru a wrapper) 'glp_delete_prob(lp)' then there will be very little memory to release, probably just a few tens of bytes. Are you sure that your assessment of the memory usage and/or retention by GLPK is correct? If this looks okay, what utility are you using to track memory consumption? And which operating system? HTH, Robbie --- Robbie Morrison PhD student -- policy-oriented energy system simulation Technical University of Berlin (TU-Berlin), Germany University email (redirected) : [email protected] Webmail (preferred) : [email protected] [from Webmail client] _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
