Skip to content

Ability to adjust jetsam memory limits by process for iOS tweaks

License

Notifications You must be signed in to change notification settings

bigrck64/jetslammed

 
 

Repository files navigation

jetslammed

Library to modify process (like SpringBoard) jetsam memory limits for iOS and manage/allow multiple tweaks requesting different memory limits.

jetslammed will set the memory limit to the highest requested limit.

  • From within the target process (ie, SpringBoard), use:
  •  jetslammed_updateWaterMark(350, "mytweakname");
    
  • Default watermark levels are in /System/Library/LaunchDaemons/com.apple.jetsamproperties..plist
  • ie, com.apple.SpringBoard on iOS 8 for iPhone6 is JetsamMemoryLimit=240

Add the following depends to your control file (and link to the libjetslammed.dylib and use the included jetslammed.h):

Depends: jetslammed

About

Ability to adjust jetsam memory limits by process for iOS tweaks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 43.7%
  • Objective-C 40.8%
  • Makefile 11.8%
  • Shell 3.7%