简体   繁体   English

为什么延迟只有在重启后才会停止?

[英]Why does lag only stop after reboot?

When playing games on my phone for an hour the phone starts lagging quite a bit.在我的手机上玩一个小时的游戏时,手机开始滞后很多。 Nothing I do takes away the lag except restarting the device.除了重新启动设备之外,我所做的任何事情都不会消除延迟。 I have tried some memory cleaning apps on the playstore, I have tried cleaning all running apps, and I have tried apps that 'simulate' a reboot.我在 Playstore 上尝试了一些 memory 清理应用程序,我尝试清理所有正在运行的应用程序,并且我尝试了“模拟”重启的应用程序。

I also checked online and there are no adb commands that clear the RAM (I don't want to clear the game cache).我也在网上查了一下,没有清除内存的 adb 命令(我不想清除游戏缓存)。

I am trying to find a way to stop my phone's lag the same way restarting it does, but there seems to be no info online at all.我正在尝试找到一种方法来阻止我的手机滞后,就像重新启动它一样,但似乎根本没有在线信息。 So what is happening when the phone is rebooting that cannot be done with software alone?那么当手机重启时会发生什么,而单靠软件无法完成呢? If it is because the memory is being cleaned, why are there no apps that work?如果是因为正在清理 memory,为什么没有可用的应用程序?

This could be due to a lot of reasons, one of the main ones being thermal limits.这可能是由于很多原因,其中一个主要原因是热限制。 Once you have been playing for a while, your phone might have to throttle it's performance to maintain a temperature safe for the SoC inside.玩了一段时间后,您的手机可能不得不降低其性能以保持内部 SoC 的安全温度。 I will say however, that cluttering your phone and background processes with a lot of these "memory cleaning" apps probably isn't helpful.然而,我会说,用大量这些“内存清理”应用程序弄乱你的手机和后台进程可能没有帮助。 If you are on android, there is a built in optimization widget (on new-ish devices) that you can free up ram and storage with.如果您使用的是 android,则有一个内置的优化小部件(在新设备上),您可以使用它来释放内存和存储空间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 即使重新启动并完全关闭电源后,Redis如何将数据持久保存在本地Apache服务器上? - How does Redis persist data on my local Apache server even after reboot and complete power down? 在多个活动实例之后,Recyclerview存在滞后 - Recyclerview beings to lag after multiple activity instances 为什么我的程序只能在调试器中工作? - Why does my program only work in the debugger? 为什么关闭表单后内存增加? - Why does memory increase after closing a form? 重新启动或群集故障转移后SQL Server Extreme缓慢 - SQL Server Extreme slowness after reboot or fail-over of cluster as3,为什么嵌入式图像在编译后会存储标称值? - as3, why does embedded images does memory nomnom after compilation? 使核心图形不会滞后的正确方法是什么? - What is the proper way to make it so core graphics does not lag? 为什么MySQL每次查询只使用0.5%的内存? - Why does MySQL uses only 0.5% Memory for every query? 为什么对int的引用仅返回一个内存地址? - Why does a reference to an int return only one memory address? 为什么指针的分配内存在函数之后仍然存在,而不是数组? - Why does a pointer's allocated memory persist after a function, but not an array?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM