-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with TusKit Uploads Pausing in Background and High Memory Usage #193
Comments
Hi @nivinWorkflowlabs Thanks for reporting this! I finally got around to investigating and it looks like we kept the file in-memory when we didn't need. PR #195 should fix this issue. If possible, I'd love if you could give it a quick test run before I merge it into main |
I'm merging #195 and will consider this resolved. Feel free to open a new issue of you're still having problems @nivinWorkflowlabs |
Donny,
We were checking the update thoroughly, app didn't crashed or memory
exceeded on this update till now, seems like the issue has been resolved.
Thanks for your update. This saved a lot of time and resources for us.
Thanks again,
Nivin
Mobile application developer iOS & Android
Workflowlabs
…On Thu, 3 Oct 2024 at 11:39 AM, Donny Wals ***@***.***> wrote:
Closed #193 <#193> as completed.
—
Reply to this email directly, view it on GitHub
<#193 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAIIQ5XX7T7KTSCZLJ3CUQ3ZZTNQFAVCNFSM6AAAAABM5SPJZKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGQ4TSMJUGE2DCMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm encountering an issue with the TusKit iOS library where uploads pause when the app goes into the background and automatically resume when it returns to the foreground. To address this, I tried setting the chunk size to
0
, which allowed the uploads to continue in the background. However, this approach caused the app to crash due to high memory usage when uploading files larger than 2GB.Steps to Reproduce:
0
in theTUSClient
initialization.Expected Behavior:
Actual Behavior:
0
due to high memory consumption.Code Snippet:
Environment:
Additional Context:
UploadCommonIosImpl.swift
iOSApp.swift
info.plist
The text was updated successfully, but these errors were encountered: