search
HomeComputer TutorialsTroubleshootingLarge memory optimization, what should I do if the computer upgrades to 16g/32g memory speed and there is no change?

For mechanical hard drives or SATA solid-state drives, you will feel the increase in software running speed. If it is an NVME hard drive, you may not feel it.

1. Import the registry

Create a new text document on the desktop, copy and paste the following content, save it as 1.reg, then right-click to merge and restart the computer.

WindowsRegistryEditorVersion5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

Second, PowerShell administrator

Run the command get-mmagent to check the system prefetching status. True means it is turned on, False means it is turned off:

ApplicationLaunchPrefetching program is preloaded into memory ( Turn it on if the memory is large)

ApplicationPreLaunch Program pre-run (turn it on if the CPU speed is fast) (You need to turn this on first, otherwise it will prompt Enable-MMAgent: The request is not supported.)

MaxOperationAPIFiles Max The number of files that the program preloads into the memory (the larger the memory, the more files are opened, the default is 256) (This is the number of files in C:WindowsPrefetch. If your memory is very large, such as 16G or 32G, you can set this larger. It can be set from 1 to 8192) Just run set-mmagent and enter the number

MemoryCompression Memory compression (enable when the CPU speed is fast)

OperationAPI (enable when the memory is large, you can make the memory Pre-read any non-system program)

PageCombining (Let the system merge memories with the same content, which can save memory and open when the CPU speed is fast)

Large memory optimization, what should I do if the computer upgrades to 16g/32g memory speed and there is no change?

The picture above is the project opened and closed by the editor, CPU 12400, memory 32gb.

Close Disable-MMAgent and add the project name

Enable Enable-MMAgent and add the project name

Enable-MMAgent -ApplicationLaunchPrefetching

Enable-MMAgent -ApplicationPreLaunch This item It must be enabled first, otherwise an error may be reported

Enable-MMAgent -OperationAPI

Disable-MMAgent -MemoryCompression

Disable-MMAgent -PageCombining

The above is the detailed content of Large memory optimization, what should I do if the computer upgrades to 16g/32g memory speed and there is no change?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
NVIDIA OpenGL Driver Error Code 3 (Subcode 2/7), Quick Fix!NVIDIA OpenGL Driver Error Code 3 (Subcode 2/7), Quick Fix!May 07, 2025 pm 08:01 PM

NVIDIA OpenGL driver error code 3: Game operation obstacles and solutions On Windows 11/10 systems, NVIDIA OpenGL driver error code 3 may cause the game to fail to run. This article will provide a variety of ways to resolve error code 3 (subcode 2 or 7). OpenGL is an industry-standard graphical application programming interface (API) for rendering 3D and 2D graphics. NVIDIA supports OpenGL for its GPU to perform at its best. However, NVIDIA OpenGL driver error code 3 interrupts all operations, causing the game and video/image editing software to be unusable. The error message may be as follows: NVI

How to fix Windows not booting after activating Secure Boot?How to fix Windows not booting after activating Secure Boot?May 07, 2025 pm 08:00 PM

Secure Boot is a built-in security function of newer UEFI firmware that helps make sure only trusted, digitally signed operating systems and bootloaders can boo

How to Fix Failed to Load xgameruntime.dll Error Code 126How to Fix Failed to Load xgameruntime.dll Error Code 126May 06, 2025 pm 08:03 PM

Encountering the "failed to load xgameruntime.dll error code 126"? This guide provides effective solutions to resolve this game launch issue. The xgameruntime.dll Error (Code 126): This error prevents certain games from launching, displayin

Oblivion Remastered Unreal Process Has Crashed: Quick Fix!Oblivion Remastered Unreal Process Has Crashed: Quick Fix!May 06, 2025 pm 08:02 PM

The "An Unreal Process Has Crashed" error in Oblivion Remastered prevents players from enjoying this updated RPG. This guide offers several solutions to resolve this issue. Try each fix until the problem is solved. Quick Navigation: An Un

Scan for Hardware Changes Freezes Windows Computer? Fix It!Scan for Hardware Changes Freezes Windows Computer? Fix It!May 06, 2025 pm 08:01 PM

Troubleshooting "Scan for Hardware Changes" Freezing Windows Some users experience system freezes after selecting "Scan for hardware changes" in Device Manager. This guide provides solutions to resolve this issue. A user on the M

Learn How to Recover 3DS SD Card Data on Windows: GuideLearn How to Recover 3DS SD Card Data on Windows: GuideMay 06, 2025 pm 06:03 PM

Recovering Lost Data from Your Nintendo 3DS SD Card: A Step-by-Step Guide Losing precious photos, videos, or game saves from your Nintendo 3DS SD card is frustrating. This guide offers solutions to recover your 3DS SD card data on a Windows PC. Unde

How to Fix Sunderfolk Save File Location & Not SavingHow to Fix Sunderfolk Save File Location & Not SavingMay 06, 2025 pm 06:02 PM

This guide explains how to locate your Sunderfolk save files and troubleshoot saving issues. Knowing your save file location allows you to manage your game progress. Sunderfolk Save File Location Sunderfolk, Dreamhaven's debut game, saves game data

How to fix Microsoft Teams Error tag 7ita9 in Windows?How to fix Microsoft Teams Error tag 7ita9 in Windows?May 06, 2025 pm 04:00 PM

Microsoft Teams is widely used for virtual meetings, team collaboration, and workplace communication. But from time to time, users encounter technical issues th

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor