[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

1514.0. "FONTS and RAM" by NOBHIL::BODINE_CH () Tue Jul 05 1988 19:26

    I have noticed a strange thing when working with fonts. When you
    load a font from say Prowrite, that font apparently is moved into
    memory. The problem is - after loading several fonts, your memory
    quickly dwindles.
    
    I have found no way to get this memory back short of rebooting.
    
    Does this happen with other applications as well (other than Prowrite)?
    Is there a way of getting that memory back
    
    Chris
    
T.RTitleUserPersonal
Name
DateLines
1514.1maybe Flushlibs?VIDEO::LEIBOWMichael LeibowWed Jul 06 1988 12:1525
    The Intuition manual said that the memory will be freed when it
    is needed by the system.
    
    I read on USENET recently that if you load workbench with the option
    "-debug", that there will be a menu option to "flushlibs".  Maybe
    the fonts will be cleared from memory too.  I don't have time to
    check.
                                                                               
    1> loadwb -debug
    ---------------------------------------------------------------------------
      Workbench   Disk   Special  [][][][]
    -----------------------------+-----------+---------------------------------
                                 | Debug     |
                                 | Flushlibs |
                                 +-----------+
    
    If you select Debug, you will be thrown into RomWack.  You must
    have a 9600 baud terminal hooked up to the serial port to use RomWack.
    From RomWack, there is a whole mess of simple debugging commands
    you can use.  Flushlibs will remove all of the libraries from the
    system that have been "CloseLibrary()'d" but still haven't been
    purged from memory.
    
    	--Mike