Skip to content
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

Draft: Disable memory limit for pid #513

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

kvs-coder
Copy link
Contributor

@kvs-coder kvs-coder commented Nov 13, 2024

iOS dictates a memory limit for apps and extensions. One of the extension is a Broadcast Extension with a limit of 50 MB. With the call - (NSNumber *)requestDisableMemoryLimitsForPid:(int)arg1; we could try to waive this limit as Xcode does this when view debugger is being attached.

Screenshot 2024-11-13 at 3 48 58 PM

@aluedeke aluedeke merged commit 4c92df4 into danielpaulus:main Nov 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants