Как выделить больше памяти скайриму

Please log in or register

To enjoy the benefits of Nexus Mods, please log in or register a new account

File information

Last updated

Original upload

Created by

Uploaded by

Virus scan

Tags for this mod

About this mod

Skyrim’s memory management may not be very good, this plugin can help you better manage its memory, improve memory performance and utilization.

Off-site requirements

Credits and distribution permission

Author notes

This author has not provided any additional notes regarding file permissions

File credits

This author has not credited anyone else in this file

Donation Points system

This mod is opted-in to receive Donation Points

Version 1.3.0.0

Version 1.2.0.0

Version 1.1.0.0

Version 1.0.0.0

Premium membership donations accepted

Skyrim is a 32-bit application. It may crash under high memory usage. This plugin can help you solve this problem. It can also better manage Skyrim’s memory.

Note: If you follow the normal installation method, but there is no Memory Optimizer.exe running in the Task Manager, you can try to install it without using the Mod Manager, just overwrite them in the Data.

3. Create Static Memory Units : Create a memory block of a suitable size for your game, which may help improve the allocation efficiency. It should be noted that this does not replace SKSE’s memory patch

The explanation in the configuration file is in Chinese, you can see the complete English explanation of the configuration file here:

; Game executable file name, default TESV, no need to add «.exe»
ExecutableFileName = TESV

; Console output memory information, temporarily useless
ConsoleInformationOutput = true

; Development and debugging options
EnableDebuggingInformation = false

; take over the virtual memory space, ensure the memory performance of the game
EnableAllocVirtualAddressSpace = true
; Allocation Type, It is temporarily useless, default COMMIT
VirtualAddressAllocationType = COMMIT

; Create a static memory unit, use a fixed-size memory block when allocating memory, which can improve memory allocation efficiency, but not releasing the memory may cause memory leaks. Please be aware
CreateStaticMemoryUnits = true

; Static memory unit length
StaticMemoryUnitLength = 1024

; The number of static memory unit buffers : determines the efficiency of allocation and cannot exceed the unit length
StaticMemoryUnitBuffers = 1024

; The memory that is not reset to zero will cause memory waste. Please be aware
StaticMemoryUnitsAutoClear = true

; Improve multi-core CPU utilization
EnableProcessMultithreadingOptimize = true

; Fix infinite loading, If it crashes during loading, try setting it to false
FixInfiniteLoad = true

; Fix loading crash, this may be faster
FixLoadCrash = true

; Fix crashes caused by thread errors, which will directly reduce the performance of the game by more than half
EnableUnsafeThreadCrashFix = false

Main File Update Log :

-Skyrim Memory Optimizer 1.1 Update Records :

2.The explanation of the unknown language entry in the configuration file has been deleted, and the detailed explanation can be found in the MOD Description.

3.Corrected the wrong configuration item value in the configuration file.

4.Reduce a false positive problem.

-Skyrim Memory Optimizer 1.2 Update Records :

1.Fixed the bug that some users could not start the game.

2.Fixed the bug of incorrect function judgment.

-Skyrim Memory Optimizer 1.3 Update Records :

1.It will no longer be judged by Windows Defender as a «wacatac» virus.

2.Improve the function of improving multi-threading performance, but only if it is higher than the four cores will the obvious effect be felt.

3.Add a simple memory allocator, there is no compatibility problem.

4.To remove the memory monitoring program, you must manually put the monitoring program into the Skyrim directory.

You can see the memory optimization plugin for Oblivion version : https://www.nexusmods.com/oblivion/mods/50357

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *