erp5_wendelin/DataArray += .gcOrphanedArrays
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.
Showing
Please register or sign in to comment