Skip to content

RAM: add entilement com.apple.developer.kernel.increased-memory-limit…#1446

Merged
matlabbe merged 1 commit intointrolab:masterfrom
zeitlerv:master
Feb 15, 2025
Merged

RAM: add entilement com.apple.developer.kernel.increased-memory-limit…#1446
matlabbe merged 1 commit intointrolab:masterfrom
zeitlerv:master

Conversation

@zeitlerv
Copy link
Copy Markdown
Contributor

@zeitlerv zeitlerv commented Feb 5, 2025

… to increase the available ram for the app. ( Effect on iphone 12 = 3GB ->4GB)

available Memory can be checked with:

let availableMem = os_proc_available_memory()
print("Available memory: (availableMem) bytes")

and #include <os/proc.h> in Bridging-Header

… to increase the available ram for the app. ( Effect on iphone 12 = 3GB ->4GB)
@zeitlerv
Copy link
Copy Markdown
Contributor Author

zeitlerv commented Feb 5, 2025

@matlabbe
Copy link
Copy Markdown
Member

That sounds great. I'll try to test it on my ipad soon.

@zeitlerv
Copy link
Copy Markdown
Contributor Author

Effect on iphone 15 Pro = 6 GB available RAM for the App instead of 3GB

@matlabbe matlabbe merged commit 19a8292 into introlab:master Feb 15, 2025
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.

2 participants