Home > Article > Computer Tutorials > Insufficient system resources to complete the API
Try booting in safe mode. If possible, delete all unnecessary files in the system disk after entering! !
Can’t enter safe mode either, so I have to reinstall the system
To reinstall the system, you can hang the hard disk to another computer to copy the data, or make a GHOST
Go to other partition disks, wait for the system to be installed, and then restore to other partitions to obtain data.
Solving the problem of insufficient system resources
The first idea:
1.Clear “Clipboard”
When a picture or a large piece of text is stored in the "Clipboard", it will occupy more memory. Please clear the contents of the Clipboard to release the system resources it occupies: click Start, point to Programs, point to Accessories, point to System Tools, click Clipboard Viewer, and then On the Edit menu, click the Delete command.
2. Restart the computer
Only exit the program without restarting the computer. The program may not be able to return the occupied resources to the system. Please restart your computer to free up system resources.
3. Reduce automatically running programs
If there are too many programs that run automatically when you start Windows, then even if you restart the computer, there will not be enough system resources to run other programs. Set Windows not to start too many programs: First, click "Start → Run", type "msconfig", click the "OK" button, click the "Startup" tab, and clear the check before programs that do not need to start automatically. frame. Second, click "Start → Run", type "sysedit", click the "OK" button, and delete unnecessary self-starting programs in the "autoexec.bat", "win.ini" and "config.sys" files. OK. Then restart the computer.
4.Set virtual memory
Insufficient virtual memory can also cause system operation errors. You can manually configure virtual memory in the "System Properties" dialog box and change the default location of virtual memory to other disk partitions with large available space.
5. The application has bugs or is damaged
Some applications have bugs in their design or have been damaged. When running, they may conflict with Windows or compete for resources, resulting in insufficient system resources. There are two solutions: one is to upgrade the problematic software, and the other is to uninstall the software and modify other similar software.
6.Memory optimization software
Many memory optimization software, such as RAM Idle and Memo Kit, can automatically clear the "clipboard", release system resources that have not been released by closed programs, reorganize the virtual memory file (Win386.swp), etc., without having to Eliminate the trouble of manual operations and achieve the purpose of automatically releasing system resources.
Second idea:
1. Disable some startup items
Loading too many applications at startup will cause Windows to "blue screen" due to severe insufficient system resources, so we'd better run "Msconfig" to disable some applications. Or use Windows Optimization Master to do it for you.
2.Set enough virtual memory
Insufficient virtual memory can also cause system multi-tasking errors. We can solve this problem by frequently deleting some temporary files and swap files. In addition, we can also manually configure virtual memory under "System Properties" and change the virtual memory. The default location is moved to other logical disks. And set it larger.
3. Reserve enough space on the hard disk
Since Win9X needs to use the hard disk as virtual memory when running, the hard disk must retain a certain amount of free space to ensure the normal operation of the program. Generally speaking, the minimum space should be more than 100MB. Otherwise, the "blue screen" may be related to the remaining space of the hard disk being too small. In addition, too many hard disk fragments can easily lead to the appearance of a "blue screen". Therefore, defragmentation every once in a while is necessary.
4. Use memory management software
The rest are some miscellaneous items, such as functions that waste resources such as not using activedesktop. Use memory management software such as RAM Idle. Make it a good habit to close programs that are not in use temporarily.
This situation is mostly due to insufficient resources of the system disk C drive, that is, there are too many things installed on the C drive.
So to solve the problem of "Insufficient system resources and unable to complete the API", it is not necessary to reinstall the operating system. You only need to delete some useless things on the C drive or move it to another drive.
The specific solutions are as follows:
1. When logging in, the system prompts "Insufficient system resources cannot complete the API." Click OK to restart. If you can enter safe mode at this time, delete some useless things on the C drive in safe mode, and then restart. A computer will do.
2. But it is often impossible to enter safe mode. At this time, you need to use some tool disks. Now the XP system disks sold in electronic stores all come with the winpe tool. After entering the system using winpe, you can perform the deletion operation. Of course, if you are familiar with the DOS system, you can also enter the DOS system to delete it.
C drive refers to one of the main partitions of the computer hard disk, generally used for storage or system installation. For a single operating system installed on a local hard disk, it is the default local system boot hard disk. Most of the files in the C drive are mainly composed of system folders such as Documents and Settings, Windows, and Program Files. The Program Files folder is generally the default location for installing software, but it is also the location of viruses, so the C drive must be tightly protected.
The C drive is extremely important for the single operating system of the local hard disk, so try not to put the C drive when storing data. The default personal directory that needs to be moved out of the C drive is: C:\Documents and Settings\your login account\Documents.
API is a calling interface left by the operating system to the application program. The application program calls the operating system's API to cause the operating system to execute the application program's commands (actions).
The above is the detailed content of Insufficient system resources to complete the API. For more information, please follow other related articles on the PHP Chinese website!