[GAP Forum] Freeing memory in gap

Arie Molina Rueda ariel at fismat.umich.mx
Sun Jun 26 06:28:43 BST 2005


My Situation:
------------

Im working in a problem involving in calculating _A LOT_ of tables of 
marks, my problem is that GAP keeps stoping, telling me that my memory 
assingned to GAP ran down.

The algorithm giving me trouble is very simple:

For every SimpleGroup(i,j){
  -> Calculate ToM
  -> A := Uncompress ToM
  -> dim := Calculate Dimension of A
  -> Save dim,i and j to file,
}

I assume GAP is keeping in memory those big arrays and thus running out 
of memory.

My Question:
-----------.
Is there a way to free memory in GAP? or
to avoid GAP keeping those big things in memory?




More information about the Forum mailing list