• Levin Zimmermann's avatar
    erp5_wendelin/DataArray += .gcOrphanedArrays · 99796016
    Levin Zimmermann authored
    This new method helps to free storage space of a Wendelin instance
    in case 'DataArray.setArray(None)' has been called before.
    
    Previously assigned ZBigArrays are orphaned (no longer related
    to any other object). In order to free some storage space, we can
    therefore remove them from the database by explicitly garbage
    collecting them.
    99796016
document.erp5.DataArray.py 11.4 KB