On Wed, 16 Jan 2008, Andrew Makhorin wrote: > > I have a large model which I want to run on a machine with small amount > > of memory (80M), which leads to xmalloc errors. > > Is there a way of capping memory consumption (i.e. by caching to disk)? I > > realize this would impact performance. > > No, it is impossible. Glpk keeps all its data structures in the main > core and has no out-of-core features.
Just give it 3 GB of swap space. One doesn't need to tell glpk about it. -- Michael [EMAIL PROTECTED] "Those parts of the system that you can hit with a hammer (not advised) are called Hardware; those program instructions that you can only curse at are called Software." _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
