Disk space issue (Version 1.4 (built 1301142150) – MacOsX 10.8.3)

RoboFont Forums Bugs Disk space issue (Version 1.4 (built 1301142150) – MacOsX 10.8.3)

This topic contains 3 replies, has 2 voices, and was last updated by  Roberto Arista 7 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5504

    Roberto Arista
    Participant

    Dear Robofont forum,
    during the running of a script similar to:

    for i in range(0,100):
        openSomeFonts()
        MixSomeGlyphInAnewFont()
        ExportOtf()"
    

    the hard disk became full.

    Before:
    https://dl.dropbox.com/u/5730475/before.png

    After:
    https://dl.dropbox.com/u/5730475/after.png

    May it be a problem with the management of temporary files?
    I can share the complete script, if it can be useful.

    Best,
    Roberto

    #5505

    frederik
    Keymaster

    This is a know issue with pyObjc, the cocoa wrapper for building apps on a mac.

    #5506

    frederik
    Keymaster

    a small tip:

    for modifying font data in a batch (multiple fonts at once) it is advised to use font = OpenFont(path, showUI=False) so there is no UI build for the font, extremely fast and less memory usage

    good luck!

    #5507

    Roberto Arista
    Participant

    Thanks for you reply.
    I will try without showing the UI.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.