CLIM mail archive

[Prev][Next][Index][Thread]

Re: Memory problems with Lucid&CLIM1.0Beta



  Date: Wed, 1 Jul 92 13:20:17 +0200
  From: Oliver Christ <oli@adler.ims.uni-stuttgart.de>
  To: clim@BBN.COM
  Subject: Memory problems with Lucid&CLIM1.0Beta
  Reply-To: oli@adler.ims.uni-stuttgart.de
  
  PS: Here are some error messages
  
  ;;; GC: 232100 words [928400 bytes] of dynamic storage in use.
  ;;; 226650 words [906600 bytes] of free storage available before a GC.
  ;;; 685400 words [2741600 bytes] of free storage available if GC is disabled.
  ;;; GC required to reorganize memory for GC disabling
  ;;; GC: 232100 words [928400 bytes] of dynamic storage in use.
  ;;; 226650 words [906600 bytes] of free storage available before a GC.
  ;;; 685400 words [2741600 bytes] of free storage available if GC is disabled.
  >>Error: GC and EGC disabled: not enough storage after GC.  
           CONSers are now using the
           storage normally reserved for copying currently allocated 
  	 dynamic storage.
  
  EPHEMERAL-GC:
     Optional arg 0 (FORCE-TO-DYNAMIC): NIL
     Optional arg 1 (DISABLING-EGC): NIL
  :C  0: Continue the current computation with GC and EGC disabled. 
         The next GC might fail.
  :A  1: Return to CLIM TFS Interface command level
      2: CLIM TFS Interface top level
      3: Exit CLIM TFS Interface
      4: Abort to Lisp Top Level
  
I don't believe this is a CLIM problem.  Your operating system was not able
to deliver the space requested by LUCID for a GC.  This can happen if you
run out of swap space for example.  If you are on a unix system, you can
use pstat -T to monitor you swap space.  Your application may have also
reached a resource limit.

k


References:

Main Index | Thread Index