You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are using TOSMBClient in our project to archive the videos/images to NAS. If our app has a video having a size of 1GB then we could see the increase in available memory after deleting the video file. But, if we archive the same file to NAS and then delete the file then we could not see increase in available memory until we restart the app.
Note: We are reading the available memory through code snippet let freeSpace = (systemAttributes[FileAttributeKey.systemFreeSize] as? NSNumber)?.doubleValue.
Is it because of transferred buffers are still held by the app? Is there any way to release these buffers?
Thanks in advance,
Malleswari.
The text was updated successfully, but these errors were encountered:
Hi,
We are using TOSMBClient in our project to archive the videos/images to NAS. If our app has a video having a size of 1GB then we could see the increase in available memory after deleting the video file. But, if we archive the same file to NAS and then delete the file then we could not see increase in available memory until we restart the app.
Note: We are reading the available memory through code snippet let freeSpace = (systemAttributes[FileAttributeKey.systemFreeSize] as? NSNumber)?.doubleValue.
Is it because of transferred buffers are still held by the app? Is there any way to release these buffers?
Thanks in advance,
Malleswari.
The text was updated successfully, but these errors were encountered: