F5F Stay Refreshed Software Operating Systems Question about virtual memory.

Question about virtual memory.

Question about virtual memory.

F
FairyGirl21
Member
193
09-17-2016, 03:19 AM
#1
It’s not straightforward to make the system act like a page file for just a small portion while keeping performance stable. The game engine likely needs more than 3GB of RAM to function properly, so it will still rely on virtual memory unless you adjust settings manually. Changing certain parameters can help, but finding the right approach isn’t easy. Searching online doesn’t always give clear answers. If the engine consumes around 3GB, you might need to configure it to use system memory more efficiently, though this could affect other applications.
F
FairyGirl21
09-17-2016, 03:19 AM #1

It’s not straightforward to make the system act like a page file for just a small portion while keeping performance stable. The game engine likely needs more than 3GB of RAM to function properly, so it will still rely on virtual memory unless you adjust settings manually. Changing certain parameters can help, but finding the right approach isn’t easy. Searching online doesn’t always give clear answers. If the engine consumes around 3GB, you might need to configure it to use system memory more efficiently, though this could affect other applications.

B
benjfifi
Junior Member
44
09-17-2016, 05:20 AM
#2
You have 8 GB of physical RAM.
B
benjfifi
09-17-2016, 05:20 AM #2

You have 8 GB of physical RAM.

P
purzel_99
Member
95
09-18-2016, 06:30 PM
#3
You can adjust the pagefile size to any level you prefer. It’s not advised to use less than half of your physical RAM, though this usually doesn’t impact how applications utilize the pagefile. If something is wrong, you’ll have to accept it.
P
purzel_99
09-18-2016, 06:30 PM #3

You can adjust the pagefile size to any level you prefer. It’s not advised to use less than half of your physical RAM, though this usually doesn’t impact how applications utilize the pagefile. If something is wrong, you’ll have to accept it.