• Levin Zimmermann's avatar
    erp5_wendelin/DataArray += .gcOrphanedArrays · ca4a0592
    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.
    ca4a0592
document.erp5.DataArray.py 11.4 KB