WO2017206403A1 - Procédé d'optimisation de mémoire, appareil d'optimisation et terminal - Google Patents

Procédé d'optimisation de mémoire, appareil d'optimisation et terminal Download PDF

Info

Publication number
WO2017206403A1
WO2017206403A1 PCT/CN2016/100689 CN2016100689W WO2017206403A1 WO 2017206403 A1 WO2017206403 A1 WO 2017206403A1 CN 2016100689 W CN2016100689 W CN 2016100689W WO 2017206403 A1 WO2017206403 A1 WO 2017206403A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
memory
terminal
preset
threshold
Prior art date
Application number
PCT/CN2016/100689
Other languages
English (en)
Chinese (zh)
Inventor
杨俊�
李家军
饶俊成
Original Assignee
宇龙计算机通信科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 宇龙计算机通信科技(深圳)有限公司 filed Critical 宇龙计算机通信科技(深圳)有限公司
Publication of WO2017206403A1 publication Critical patent/WO2017206403A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5022Mechanisms to release resources

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a memory optimization method, an optimization apparatus, and a terminal.
  • the application of various intelligent operating systems on mobile terminals makes the functions of mobile terminals based on various types of applications more and more abundant, but it is followed by the requirements of mobile terminals.
  • the memory is also getting larger and larger, and because the configuration of the mobile terminal is not uniform, with the upgrade of the intelligent operating system, the memory occupied by the intelligent operating system in the mobile terminal will further increase.
  • the application starts, because the process initialization will occupy a large amount of memory in the foreground, it will still occupy a certain space in the background after entering the stable running period, especially when multiple applications are running in the mobile terminal at the same time.
  • the memory size of the existing mobile terminal is different. If the mobile terminal cannot satisfy the memory space occupied by the application installation, the memory space occupied by the runtime, etc., the memory shortage may occur, and once the mobile terminal has insufficient memory, This can cause problems such as stuck or crashed applications, incomplete page loading, and more.
  • the freeze application technology mainly optimizes the memory space resources occupied by the running application, but does not comprehensively optimize the entire built-in storage of the mobile terminal, which reduces the efficient use of the memory optimization processing of the mobile terminal, Conducive to the improvement of user experience.
  • the embodiment of the invention provides a memory optimization method, an optimization device and a terminal, and the application freezing technology can realize double optimization of running memory and built-in storage, thereby improving user experience.
  • the first aspect of the present invention provides a memory optimization method, which may include:
  • the terminal After the terminal freezes the application, the terminal monitors whether the target parameter meets the preset threshold in real time, and the target parameter includes at least a freeze time parameter or a memory parameter;
  • the terminal prompts the user to perform corresponding operations on the application.
  • the monitoring, by the terminal, whether the current condition meets the preset threshold includes:
  • the terminal monitors whether the occupied memory of the application is greater than a preset occupied memory threshold; and/or,
  • the terminal monitors in real time whether the current remaining memory is less than the first preset remaining memory threshold.
  • the terminal prompts the user to perform the application
  • the prompt content corresponding to the corresponding operation includes compressing the application data and/or cleaning the application data and/or uninstalling the application.
  • the prompt content is compressed application data
  • the prompt content is to clear the application data
  • the prompt content is an uninstall application.
  • a second aspect of the present invention provides an optimization apparatus, which may include:
  • the monitoring module is configured to monitor, in real time, whether the target parameter meets a preset threshold after the terminal freezes the application, and the target parameter includes at least a freeze time parameter or a memory parameter;
  • the prompt module is set to prompt the user to perform corresponding operations on the application when the target parameter meets the preset threshold.
  • the monitoring module includes:
  • a first monitoring unit configured to monitor whether the freeze time of the application exceeds a preset optimization time threshold in real time
  • a second monitoring unit configured to monitor whether the occupied memory of the application is greater than a preset occupied memory threshold
  • the third monitoring unit is configured to monitor in real time whether the current remaining memory is less than a first preset remaining memory threshold.
  • the prompt content corresponding to the prompting module includes Compress application data and/or clean application data and/or uninstall applications.
  • the prompt content is compressed application data
  • the prompt content is to clear the application data
  • the prompt content is an uninstall application.
  • a third aspect of the present invention provides a terminal comprising the optimization device of the second aspect of the above embodiment.
  • the terminal can monitor whether the target parameter meets the preset threshold in real time, and the target parameter includes at least a freeze time parameter or a memory parameter. If the target parameter meets the preset threshold, the terminal may prompt the user to The application performs the appropriate action. Therefore, by setting the freeze time of the application and the threshold of the memory dimension of the terminal, real-time monitoring of the frozen application and terminal memory related information can be realized respectively, and the user can be prompted to process the frozen application according to the monitoring result.
  • the present invention can further manage the frozen application, thereby optimizing the built-in storage of the terminal, thereby improving the user experience.
  • FIG. 1 is a schematic diagram of an embodiment of a memory optimization method according to an embodiment of the present invention.
  • FIG. 2 is a schematic diagram of another embodiment of a memory optimization method according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of another embodiment of a memory optimization method according to an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of another embodiment of a memory optimization method according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of an embodiment of an optimization apparatus according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of another embodiment of an optimization apparatus according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • the embodiment of the invention provides a memory optimization method, an optimization device and a terminal, which are used to implement dual optimization of the running memory and the built-in storage of the terminal, thereby improving the user experience.
  • an embodiment of the memory optimization method in the embodiment of the present invention includes:
  • step 102 After the terminal freezes the application, the terminal monitors whether the target parameter meets the preset threshold in real time, if not, step 102 is performed, and if yes, step 103 is performed;
  • the terminal in this embodiment has a freeze application function
  • the terminal may include, but is not limited to, a smart phone, a tablet computer, a personal digital assistant PDA, and the like.
  • Freezing the application means turning the application into a suspended state.
  • the user can choose to uninstall the application for a period of time or not sure.
  • the application with the reserved value is frozen, and the frozen application does not perform operations such as background startup, which can reduce the consumption of memory resources of the terminal.
  • the terminal freezes the application the terminal can monitor whether the target parameter satisfies in advance.
  • a threshold is set, and the target parameter may include at least a freeze time parameter or a memory parameter.
  • freeze time parameter in this embodiment may be the freeze time of the frozen application. After the definition here, it will not be repeatedly defined later.
  • the memory parameter in this embodiment may be a frozen application.
  • the memory occupied by the program can also be used for the memory usage of the terminal, which is not limited here.
  • the terminal may not perform other operations, so that the application remains in a frozen state.
  • the terminal prompts the user to perform corresponding operations on the application.
  • the terminal may prompt the user to perform corresponding operations on the application.
  • the prompting content that the terminal prompts the user to perform the corresponding operation on the application program may include compressing the application data and/or clearing the application data and/or uninstalling the application, which is not limited herein.
  • the display interface may display one or more of compressing the application data, clearing the application data, and uninstalling the application, so that the user may display according to the display interface.
  • the prompt content selects one of the operation modes to operate the application, and the terminal can process the application according to the operation mode selected by the user to optimize the memory.
  • the display interface may also have a cancel option to satisfy the user's purpose of not processing the application. For example, if the user installs the LeTV sports application in the terminal and freezes the music, the display interface may display the compressed application data, clean the application data, and uninstall the application when the terminal detects that the target parameter meets the preset threshold.
  • the user can optimize the memory by selecting compression application data, cleaning application data, and uninstalling the application to save memory space to different degrees.
  • the user can select to compress the application data, and the terminal can compress the LeTV sports. If the user can choose to clean the application data, the terminal can clean the music data such as the cached data. If the user can choose to uninstall the application, the terminal can The LeTV sports will be uninstalled, of course, the user can also choose to cancel this option, then the frozen LeTV sports will continue to be frozen. Further, in order to facilitate the user to perform operation processing on the frozen application according to the prompt, the prompt may also be set by the user for a certain time interval, so that the terminal can prompt the user at intervals.
  • the prompting mode described above in this embodiment may be another prompting manner, such as a voice prompt, which is not limited herein.
  • the content of the prompt in this embodiment may be set before the terminal is shipped from the factory, or may be set by the user, which is not limited herein.
  • the terminal may perform real-time monitoring on the target parameter. Once the target parameter meets the preset threshold, the terminal may prompt the user to perform corresponding operations on the application, thereby knowing that the application is set by using the application.
  • the freeze time and the threshold of the terminal memory dimension respectively realize real-time monitoring of the frozen application and terminal memory related information, that is, time parameters and memory parameters, and can prompt the user to process the frozen application according to the monitoring result, thereby achieving not only
  • the optimization of the running memory of the terminal can also optimize the built-in storage of the terminal through further management of the frozen application, thereby improving the user experience.
  • the target parameter may include at least a freeze time parameter or a memory parameter
  • the target parameters when the terminal performs real-time monitoring may be different, and are respectively described below:
  • another embodiment of the memory optimization method in the embodiment of the present invention includes:
  • step 201 after the terminal freezes the application, the terminal real-time monitoring whether the application freeze time exceeds the preset optimization time threshold, and if not, step 202 is performed, and if so, step 203 is performed;
  • the terminal can monitor whether the freeze time of the application exceeds the preset optimization time threshold in real time, and the role of the preset optimization time threshold is the application program. After the freeze time exceeds the preset optimization time threshold, the terminal can prompt the user for the application.
  • the terminal may set the preset optimization time threshold before freezing the application, or may set the preset optimization time threshold after freezing the application, that is, when the user selects the application in the terminal.
  • the terminal may prompt the user to set the preset optimization time threshold after the user performs the operation.
  • the freeze time of the application may be frozen regardless of the manner in which the preset optimization time threshold is set. The length of time from the start time to the current time.
  • the preset optimization time thresholds of the multiple applications may be the same or different, that is, one frozen application corresponds to one preset.
  • the time threshold is optimized, which is not limited here.
  • the terminal may not perform other operations, so that the application remains in a frozen state.
  • the terminal prompts the user to perform corresponding operations on the application.
  • the terminal may prompt the user to perform corresponding operations on the application.
  • the terminal after the terminal prompts the user to perform corresponding operations on the application whose freeze time exceeds the preset optimization time threshold, if the user chooses to cancel the corresponding operation, the terminal may no longer serve the frozen application. Repeat the prompt.
  • the target parameter is the freezing time of the application
  • the preset threshold is the preset optimization time threshold
  • the real-time monitoring of the application freezing time may be performed. Effectively understand the frequency of use of the application, help users to judge applications that are not of great value, and help users to optimize the memory of the terminal while allowing better operation of the application selection.
  • another embodiment of the memory optimization method in the embodiment of the present invention includes:
  • the terminal after the terminal freezes the application, the terminal real-time monitoring whether the occupied memory of the application is greater than the preset occupied memory threshold, and if not, executing step 302, and if yes, executing step 303;
  • the terminal can monitor in real time whether the occupied memory of the application is greater than a preset occupied memory threshold, and the preset uses the memory threshold.
  • the function is that after the occupied memory of the application is greater than the preset optimization time threshold, the terminal can prompt the user for the application.
  • the application frozen by the terminal can be uniformly stored in the frozen folder.
  • the terminal can occupy the memory of the terminal, and the terminal can occupy the memory of the frozen folder, that is, The total memory occupied by the frozen application is set by the preset memory threshold.
  • the terminal may not perform other operations, so that the application remains in a frozen state.
  • the terminal prompts the user to perform corresponding operations on the application.
  • the terminal may prompt the user to perform corresponding operations on the application.
  • the terminal may not repeatedly perform corresponding operations on the frozen application in the frozen folder. Tips. It can be understood that, on the basis that the user selects to cancel the corresponding operation, the terminal may still prompt the user to freeze when the occupied memory of the frozen application is again greater than the preset occupied memory threshold to be greater than the preset occupied memory threshold. The application performs the appropriate action.
  • the target parameter is the occupied memory of the application
  • the preset threshold is the preset occupied memory threshold
  • the real-time monitoring of the occupied memory of the application may be performed. Avoid excessive applications being frozen to take up the memory of the terminal.
  • another embodiment of the memory optimization method in the embodiment of the present invention includes:
  • the terminal freezes the application, the terminal real-time monitoring whether the current remaining memory is less than the first preset remaining memory threshold, if not, proceed to step 402, and if so, proceed to step 403;
  • the terminal can monitor in real time whether the current remaining memory is smaller than the first preset remaining memory threshold, and the preset remaining memory threshold.
  • the function is that after the current remaining memory of the terminal is less than the first preset optimization time threshold, the terminal can prompt the user for the frozen application.
  • the memory size of the terminal is different, and the storage capacity is limited, and the terminal may set the first preset remaining memory threshold to optimize the frozen application by processing when the terminal has insufficient memory.
  • Terminal memory It can be understood that the terminal can also monitor the current occupied memory of all applications, and the sum of the current occupied memory and the current remaining memory is all the memory of the terminal, and the terminal can monitor the current remaining memory by monitoring the current occupied memory.
  • the purpose is to perform a preset memory threshold setting for the current occupied memory, and perform real-time monitoring of the current occupied memory based on the preset occupied memory threshold.
  • the current remaining memory threshold and the first pre- A comparison of the remaining memory thresholds is taken as an example.
  • the terminal may not perform other operations, so that the application remains in a frozen state.
  • the terminal prompts the user to perform corresponding operations on the application.
  • the terminal may prompt the user to perform corresponding operations on the application.
  • the content of the prompt in the embodiment may be different for the value of the current remaining memory, and may be expressed as follows:
  • the prompt content is compressed application data
  • the prompt content is to clear the application data
  • the prompt content is an uninstall application.
  • the terminal may prompt the user to select one or more of the compressed application data, the cleaned application data, and the uninstalled application to implement a corresponding operation on the application, but in order to more finely freeze the The application performs a corresponding operation prompt. If the current remaining memory of the terminal is less than the first preset remaining memory threshold, the terminal may further perform interval division under the first preset remaining memory threshold, and increase the second preset remaining memory threshold and the first Setting three preset memory thresholds to compress application data, clear application data, and uninstall application respectively, for example, assume that 5G is set to a first preset remaining memory threshold, and 3G is set to a second preset remaining memory threshold. The 1G is set to the third preset remaining memory threshold.
  • the terminal may prompt the user to compress the application data.
  • the terminal may Prompt the user to clear the application data.
  • the terminal can prompt the user to uninstall.
  • Application that is, in each interval, only one kind of operation instruction can be prompted or canceled, so that the user can perform corresponding operation selection on the application under the condition that the terminal memory allows.
  • the terminal may not repeatedly perform corresponding operations on the frozen application in the frozen folder.
  • the terminal may also repeatedly prompt the user after the user selects the cancel option, so that the user performs corresponding operations on the frozen application or the non-frozen application.
  • the current remaining memory is not less than the first preset remaining memory threshold, and the frozen application can be processed preferentially.
  • the terminal can still prompt the user to perform corresponding operations on the frozen application.
  • the target parameter is the current remaining memory of the terminal
  • the preset threshold is the first preset remaining memory threshold.
  • the terminal is prompted.
  • the memory is insufficient
  • the user is prompted to run out of memory and cannot perform the corresponding operation.
  • the present invention uses the first preset remaining memory threshold to set the current remaining.
  • the real-time monitoring of the memory can prompt the user to perform corresponding operations on the frozen application before the memory of the terminal is insufficient, which not only optimizes the memory of the terminal, but also prompts the terminal to process the frozen application, from the perspective of optimization processing. In summary, this can help users prioritize the processing of frozen applications, effectively reducing the risk of applications with greater value in use.
  • step 201 in the embodiment shown in FIG. 2, step 301 in the embodiment shown in FIG. 2, and step 401 in the embodiment shown in FIG. 4 can be performed simultaneously in combination. It can be combined and executed at the same time, that is, the terminal can perform real-time monitoring on the application freeze time, the occupied memory of the application, and the current remaining memory, but in combination with real-time monitoring, as long as one of them meets the pre- Set the threshold, that is, the application freeze time exceeds the preset optimization time threshold, or the application's occupied memory is greater than the preset occupied memory threshold, or the current remaining memory is less than the first preset remaining memory threshold, the terminal may prompt the user to the application Corresponding operations are performed, and specific implementation methods of the corresponding operations have been described in the embodiments shown in FIG. 2, FIG. 3, and FIG. 4, and details are not described herein again.
  • an embodiment of the optimization device in the embodiment of the present invention includes:
  • the monitoring module 501 is configured to: when the terminal freezes the application, the real-time monitoring target parameter meets a preset threshold, and the target parameter includes at least a freeze time parameter or a memory parameter;
  • the prompting module 502 is configured to prompt the user to perform corresponding operations on the application when the target parameter meets the preset threshold.
  • the monitoring module 500 can perform real-time monitoring on the target parameter.
  • the prompting module 502 can prompt the user to perform corresponding operations on the application, thereby knowing that By setting the freeze time of the application and the threshold of the terminal memory dimension, real-time monitoring of the frozen application and terminal memory related information, that is, time parameters and memory parameters, and prompting the user to process the frozen application according to the monitoring result Therefore, not only the optimization of the running memory of the terminal is realized, but also the optimization of the built-in storage of the terminal can be realized through further management of the frozen application, thereby improving the user experience.
  • FIG. 6 another embodiment of the optimization apparatus in the embodiment of the present invention includes:
  • the module 601 in this embodiment is the same as the module 501 in the embodiment shown in FIG. 5, and the module 602 is the same as the module 502 in the embodiment shown in FIG. 5, and details are not described herein again.
  • the monitoring module 601 may further include:
  • the first monitoring unit 6011 is configured to monitor whether the freeze time of the application exceeds a preset optimization time threshold in real time; and/or,
  • the second monitoring unit 6012 is configured to monitor, in real time, whether the occupied memory of the application is greater than a preset occupied memory threshold; and/or,
  • the third monitoring unit 6013 is configured to monitor in real time whether the current remaining memory is less than a first preset remaining memory threshold.
  • the prompt content corresponding to the prompting module 602 may include compressing application data and/or cleaning application data and/or uninstalling the application.
  • the prompt content when the current remaining memory is less than the first preset remaining memory threshold and greater than or equal to the second preset remaining memory threshold, the prompt content may be compressed application data;
  • the prompt content may be used to clear the application data
  • the prompt content may be an uninstall application.
  • the present embodiment is to specify the function of the monitoring module 601, that is, to embody the target parameters monitored by the monitoring module 601, and to specifically divide the prompt content corresponding to the prompting module 602.
  • the optimized management of the frozen application can be realized, thereby realizing the memory optimization of the terminal, thereby improving the user experience.
  • FIG. 7 is a schematic structural diagram of still another terminal according to an embodiment of the present invention.
  • the terminal 700 in the embodiment of the present invention may be different types of electronic devices, such as: smart phones, tablet computers, palmtop computers, and mobile internet devices, personal digital assistants, media players, smart televisions, smart watches, smart glasses, smart hands. Ring and so on.
  • the terminal 700 in the embodiment of the present invention includes: at least one processor 710, such as a CPU, at least one receiver 713, at least one memory 714, at least one transmitter 715, and at least one communication bus 712.
  • the communication bus 712 is used to implement connection communication between these components.
  • the receiver 713 and the transmitter 715 may be wired transmission ports, or may be wireless devices, for example, including antenna devices for performing data communication with other devices.
  • the memory 714 may be a high speed RAM memory or a non-volatile memory such as at least one disk memory.
  • the processor 710 can execute the operating system of the terminal 700 and various installed applications, program codes, and the like.
  • each unit described above includes the monitoring module 501 (601) and the prompting module 502 (602).
  • Program code is stored in the memory 714, and the processor 710 can invoke program code stored in the memory 714 via the communication bus 712 to perform related functions.
  • each unit described in FIG. 5 and FIG. 6 for example, the monitoring module 501 (601), the prompting module 502 (602), the first monitoring unit 6011, the second monitoring unit 6012, The third monitoring unit 6013, etc.
  • the memory 714 stores a plurality of instructions that are executed by the processor 710 to implement a memory optimization method. Specifically, after the terminal freezes the application, the processor 710 monitors in real time whether the target parameter meets a preset threshold, and the target parameter includes at least a freeze time parameter or a memory parameter; if yes, the terminal prompts the user to The application performs the appropriate action.
  • the processor 710 monitors in real time whether the freeze time of the application exceeds a preset optimization time threshold; and/or the processor 710 monitors in real time whether the occupied memory of the application is greater than a pre- The memory threshold is set; and/or the processor 710 monitors in real time whether the current remaining memory is less than the first preset remaining memory threshold.
  • the prompting content of the processor 710 prompting the user to perform corresponding operations on the application includes compressing application data and/or cleaning application data and/or uninstalling the application.
  • the prompt content when the current remaining memory is less than the first preset remaining memory threshold and greater than or equal to a second preset remaining memory threshold, the prompt content is the compressed application data; When the current remaining memory is less than the second preset remaining memory threshold and greater than or equal to the third preset remaining memory threshold, the prompt content is the cleaning application data; when the current remaining memory is smaller than the third When the remaining memory threshold is preset, the prompt content is the uninstall application.
  • the processor 710 may refer to the description of related steps in the corresponding embodiments in FIG. 1 to FIG. 4, and details are not described herein.
  • the terminal provided in this embodiment has all the beneficial effects of the optimization device by setting the optimization device in any of the above embodiments, and details are not described herein again.
  • the disclosed system, apparatus, and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present invention which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)

Abstract

L'invention concerne un procédé d'optimisation de mémoire, utilisé pour optimiser à la fois le fonctionnement de la mémoire et le stockage interne d'un terminal. Le procédé comprend les étapes suivantes : lorsqu'une application a été gelée par un terminal, le terminal contrôle en temps réel si des paramètres cibles respectent des valeurs de seuil prédéfinies (101), les paramètres cibles comprenant au moins des paramètres de durée de gel ou des paramètres de mémoire; si les valeurs de seuil prédéfinies sont respectées, le terminal invite un utilisateur à effectuer une opération correspondante sur l'application (103). L'appareil d'optimisation et le terminal permettent à un utilisateur d'être invité à effectuer l'opération correspondante sur l'application gelée, en fonction de la durée de gel de l'application et de la taille de la mémoire du terminal, de manière à économiser les ressources d'espace de stockage, ce qui permet d'optimiser le stockage interne tout en optimisant également le fonctionnement de la mémoire.
PCT/CN2016/100689 2016-05-31 2016-09-28 Procédé d'optimisation de mémoire, appareil d'optimisation et terminal WO2017206403A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610377405.6 2016-05-31
CN201610377405.6A CN105975348A (zh) 2016-05-31 2016-05-31 一种内存优化方法、优化装置以及终端

Publications (1)

Publication Number Publication Date
WO2017206403A1 true WO2017206403A1 (fr) 2017-12-07

Family

ID=57010607

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/100689 WO2017206403A1 (fr) 2016-05-31 2016-09-28 Procédé d'optimisation de mémoire, appareil d'optimisation et terminal

Country Status (2)

Country Link
CN (1) CN105975348A (fr)
WO (1) WO2017206403A1 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109992393A (zh) * 2017-12-29 2019-07-09 广东欧珀移动通信有限公司 应用处理方法和装置、电子设备、计算机可读存储介质
CN110018904A (zh) * 2018-01-10 2019-07-16 广东欧珀移动通信有限公司 信息处理方法、装置、计算机设备和计算机可读存储介质
CN110471622A (zh) * 2019-07-30 2019-11-19 惠州Tcl移动通信有限公司 一种sd卡数据写入方法、装置、存储介质及终端
CN115309664A (zh) * 2022-10-11 2022-11-08 深圳市诚王创硕科技有限公司 一种软件问题跟踪方法和系统

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107957907A (zh) * 2016-10-14 2018-04-24 北京搜狗科技发展有限公司 一种应用程序处理方法及装置
CN106803860B (zh) * 2017-01-23 2020-12-29 努比亚技术有限公司 一种终端应用的存储处理方法和装置
CN107301069A (zh) * 2017-06-20 2017-10-27 广东小天才科技有限公司 一种应用程序的更新方法及用户终端、服务器
CN107229500A (zh) * 2017-06-26 2017-10-03 珠海市魅族科技有限公司 应用处理方法、装置、终端及存储介质
CN108287760B (zh) * 2017-08-08 2021-02-19 珠海市魅族科技有限公司 终端设备控制方法及装置、终端设备及计算机可读存储介质
CN107678698B (zh) * 2017-10-31 2020-11-17 太仓市昊博技术服务有限公司 缓存数据清理方法、服务器、终端及计算机可读存储介质
CN107894916A (zh) * 2017-11-10 2018-04-10 深圳天珑无线科技有限公司 一种冻结应用的方法、移动终端以及存储装置
CN109992322B (zh) * 2017-12-29 2022-05-13 Oppo广东移动通信有限公司 应用程序卸载方法、装置、存储介质和终端
CN109992360B (zh) * 2017-12-29 2022-01-11 Oppo广东移动通信有限公司 进程处理方法和装置、电子设备、计算机可读存储介质
CN108932163A (zh) * 2018-06-15 2018-12-04 奇酷互联网络科技(深圳)有限公司 内存管理方法、装置、可读存储介质及终端
CN109375995B (zh) * 2018-09-26 2021-03-02 Oppo广东移动通信有限公司 应用冻结方法和装置、存储介质、电子设备
CN112462921B (zh) * 2019-09-09 2023-07-21 中兴通讯股份有限公司 应用程序管理方法、装置和存储介质
JP7334688B2 (ja) * 2020-07-07 2023-08-29 トヨタ自動車株式会社 車載装置及び車両
CN112948073A (zh) * 2021-01-29 2021-06-11 京东方科技集团股份有限公司 一种运行内存的优化方法、装置及存储介质
CN112948208B (zh) * 2021-02-24 2022-06-21 视若飞信息科技(上海)有限公司 一种内存监测和回收方法、系统、设备及存储介质
CN113076193B (zh) * 2021-03-26 2024-03-26 北京车和家信息技术有限公司 一种内存优化的方法、装置及计算机可读存储介质
CN113886060B (zh) * 2021-05-28 2022-09-23 荣耀终端有限公司 压缩内存的方法和装置
CN115437783B (zh) * 2022-08-17 2023-08-04 荣耀终端有限公司 一种查杀方法、电子设备及可读存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902266A (zh) * 2012-12-26 2014-07-02 中兴通讯股份有限公司 清理后台运行应用的方法和装置
CN104731683A (zh) * 2015-03-10 2015-06-24 惠州Tcl移动通信有限公司 一种手机内存监控的方法及系统
CN104881299A (zh) * 2014-02-28 2015-09-02 可牛网络技术(北京)有限公司 一种应用程序冻结方法及装置
CN105468426A (zh) * 2016-01-05 2016-04-06 珠海市魅族科技有限公司 一种应用冻结的方法及终端

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996101B (zh) * 2009-08-13 2013-08-28 北京搜狗科技发展有限公司 输入法系统性能优化方法及装置
CN104598315A (zh) * 2014-12-12 2015-05-06 广州三星通信技术研究有限公司 管理内存的方法、装置及终端
CN104536813B (zh) * 2014-12-29 2016-10-12 北京奇虎科技有限公司 计算设备的加速方法和装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902266A (zh) * 2012-12-26 2014-07-02 中兴通讯股份有限公司 清理后台运行应用的方法和装置
CN104881299A (zh) * 2014-02-28 2015-09-02 可牛网络技术(北京)有限公司 一种应用程序冻结方法及装置
CN104731683A (zh) * 2015-03-10 2015-06-24 惠州Tcl移动通信有限公司 一种手机内存监控的方法及系统
CN105468426A (zh) * 2016-01-05 2016-04-06 珠海市魅族科技有限公司 一种应用冻结的方法及终端

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109992393A (zh) * 2017-12-29 2019-07-09 广东欧珀移动通信有限公司 应用处理方法和装置、电子设备、计算机可读存储介质
US11144477B2 (en) 2017-12-29 2021-10-12 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Method for processing reclaimable memory pages, electronic device, and computer-readable storage medium
CN110018904A (zh) * 2018-01-10 2019-07-16 广东欧珀移动通信有限公司 信息处理方法、装置、计算机设备和计算机可读存储介质
CN110471622A (zh) * 2019-07-30 2019-11-19 惠州Tcl移动通信有限公司 一种sd卡数据写入方法、装置、存储介质及终端
CN110471622B (zh) * 2019-07-30 2024-02-20 惠州Tcl移动通信有限公司 一种sd卡数据写入方法、装置、存储介质及终端
CN115309664A (zh) * 2022-10-11 2022-11-08 深圳市诚王创硕科技有限公司 一种软件问题跟踪方法和系统

Also Published As

Publication number Publication date
CN105975348A (zh) 2016-09-28

Similar Documents

Publication Publication Date Title
WO2017206403A1 (fr) Procédé d'optimisation de mémoire, appareil d'optimisation et terminal
EP2977854B1 (fr) Procédé, appareil et terminal utilisateur pour supprimer une application consommatrice d'énergie malveillante
CN101859261B (zh) 一种释放内存的控制方法及控制设备
WO2018018772A1 (fr) Procédé de gestion de processus d'arrière-plan et dispositif terminal
WO2018000675A1 (fr) Appareil et terminal de gestion d'applications d'arrière-plan, et procédé de gestion d'applications d'arrière-plan
WO2014117653A1 (fr) Procédé, dispositif et équipement de terminal permettant de nettoyer une mémoire
CN105760229A (zh) 一种清除后台运行程序的方法、装置及移动终端
CN102014021A (zh) 一种控制数据链路通断的方法及装置
WO2017088549A1 (fr) Procédé et système d'implémentation de réservation de puissance de batterie de terminal intelligent
WO2018018701A1 (fr) Procédé et système de gestion hiérarchique de programme d'application
US8738094B2 (en) Automatically enabling wireless communication
JP7462657B2 (ja) 指示信号の伝送方法、端末及びネットワーク機器
WO2016029659A1 (fr) Procédé et système pour synchroniser la fonction d'un lecteur de musique d'un dispositif intelligent, et casque d'écoute bluetooth
WO2020139048A1 (fr) Procédé et dispositif, basés sur une prédiction par intelligence artificielle, d'économie d'énergie pour un terminal intelligent
WO2017206506A1 (fr) Procédé de gestion d'élément sécurisé pour un terminal de paiement mobile nfc, et terminal
WO2016195422A1 (fr) Procédé et appareil pour gérer une mémoire
WO2016023493A1 (fr) Procédé de commande d'une interface homme-machine répondant à une instruction d'opération, et terminal
CN107463435A (zh) 应用进程优先级管理方法、装置、存储介质及电子设备
WO2018018819A1 (fr) Procédé de gestion, dispositif de gestion et terminal pour application
WO2018076869A1 (fr) Procédé sauvegarde de données, appareil, support de stockage et dispositif électronique
WO2018058835A1 (fr) Procédé de surveillance de mode d'appel, système, et terminal de communication
WO2018094839A1 (fr) Procédé et dispositif d'installation d'application préchargée de terminal mobile
CN104375854A (zh) 一种应用更新下载方法及用户终端
WO2012070900A2 (fr) Système de partage d'événement et données entre dispositifs personnels
WO2017088524A1 (fr) Procédé et appareil de commande de liaison radiofréquence

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16903785

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16903785

Country of ref document: EP

Kind code of ref document: A1