#6391: libGAP!  -- create a Cython library interface to gap
----------------------------------------------------------------------------+
       Reporter:  was                                                       |   
      Owner:  was                                                     
           Type:  enhancement                                               |   
     Status:  positive_review                                         
       Priority:  major                                                     |   
  Milestone:  sage-5.5                                                
      Component:  group theory                                              |   
 Resolution:                                                          
       Keywords:                                                            |   
Work issues:                                                          
Report Upstream:  N/A                                                       |   
  Reviewers:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein
        Authors:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein  |   
  Merged in:                                                          
   Dependencies:  #13415, #13123, #13211                                    |   
   Stopgaps:                                                          
----------------------------------------------------------------------------+

Comment (by vbraun):

 Replying to [comment:142 mmarco]:
 > Is it possible to use some memory balooning technique?

 Gap does that already. I've described some of the details here:
 {{{
 def set_gap_memory_pool_size(size_in_bytes):
     """
     Set the desired gap memory pool size.

     Subsequently started GAP/libGAP instances will use this as
     default. Currently running instances are unchanged.

     GAP will only reserve ``size_in_bytes`` address space. Unless you
     actually start a big GAP computation, the memory will not be
     used. However, corresponding swap space will be reserved so that
     GAP will always be able to use the reserved address space if
     needed. While nothing is actually written to disc as long as you
     don't run a big GAP computation, the reserved swap space will not
     be available for other processes.
     ...
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6391#comment:143>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to