Skip to content

Commit f209146

Browse files
committed
sdk: reduce memory to 48gb to match android
1 parent 3628922 commit f209146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/network/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2323
var deviceManager: DeviceManager?
2424

2525
override init() {
26-
SdkSetMemoryLimit(64 * 1024 * 1024)
26+
SdkSetMemoryLimit(48 * 1024 * 1024)
2727
}
2828

2929
func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {

0 commit comments

Comments
 (0)