edkinsgael / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

Matrix and SemenaticSpace memory-based creation is ad hoc #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Matrices.create and SemanticSpaceUtil.load methods are too ad hoc in
how they decide whether to load the object in memory or on disk.  

A new implementation is needed that uses the
java.lang.management.MemoryUsage and JMX framework to accurately determine
what can fit.  (Instead of the Runtime call).

Original issue reported on code.google.com by David.Ju...@gmail.com on 8 Oct 2009 at 1:01

GoogleCodeExporter commented 8 years ago

Original comment by David.Ju...@gmail.com on 8 Oct 2009 at 1:04

GoogleCodeExporter commented 8 years ago
Fixed as of Revision 509

Original comment by David.Ju...@gmail.com on 5 Jan 2010 at 7:17