Új hozzászólás Aktív témák

  • Helga0203

    tag

    Szia Crok.
    Google Pixel 7 - Android 14-en lefuttattam ezeket, egyesével, mert már a Pixel is kezdi, hogy 1-2 perc alatt kilövi a játékot a memóriából!! :(((
    adb shell cmd settings put global settings_enable_monitor_phantom_procs false
    adb shell cmd device_config set_sync_disabled_for_tests persistent
    adb shell cmd device_config put activity_manager max_phantom_processes 2147483647
    adb shell cmd device_config put activity_manager max_cached_processes 256
    adb shell cmd device_config put activity_manager max_empty_time_millis 43200000

    Az ellenőrzéshez ezeket futtatom és kész, vagy mire kell figyelni?
    Ellenőrzés:
    adb shell
    cmd settings get global settings_enable_monitor_phantom_procs
    cmd device_config is_sync_disabled_for_tests
    cmd device_config get activity_manager max_phantom_processes
    cmd device_config get activity_manager max_cached_processes
    cmd device_config get activity_manager max_empty_time_millis
    cmd periodic dump | grep Enable

    [ Szerkesztve ]

Új hozzászólás Aktív témák