Skip to main content

Questions tagged [virtual-memory]

Virtual memory is a method where each process is given its own address space (virtual memory), and the hardware translates every VM reference to a physical memory address. Originally VM was used to provide more address space than the available physical memory. To accommodate situations when more virtual memory is in use than physical memory, a storage device such as HDD can be used to "swap out" data and later "swap (back) in" as needed.

9 votes
6 answers
4k views

Can a MicroSD card help speed up my Mini PC?

Some months ago I bought a Mini PC: Intel Celeron J4125 8 GB of DDR4 RAM 256 GB M.2 SSD Windows 11, fully patched I use this PC for programming in Visual Studio and SQL Server. The PC is very slow ...
JDias's user avatar
  • 107
0 votes
0 answers
79 views

Do popular cloud providers overcommit the guest VM ram?

For example, I read that while VirtualBox never overcommits memory, KVM has options to allow memory overcommit. So I wonder if popular cloud providers (GCE, AWS, Azure ...) ever overcommit the VM ...
ron's user avatar
  • 463
1 vote
2 answers
85 views

Does Virtual Memory expand and contract or does it only expand in Windows 11

What makes the virtual memory expand and what makes virtual memory contract, if possible? Trying to understand the uses of virtual memory and what makes it expand and contract in Windows 11
xchangecode's user avatar
2 votes
1 answer
184 views

Could interrupting a SQL query that was taking too long lead to a decrease in disk space?

For a personal data analysis project, I was trying to find the most frequent 3 products that were being sold together by doing a self join (twice). As the query was taking over 15 mins and the laptop ...
M V's user avatar
  • 23
3 votes
1 answer
667 views

How to deal with huge pagefile (committed memory) usage created by ASUS LightingService?

I have an Asus TUF Gaming laptop that I have owned for around a year. I am running Windows 11 on it. Recently, I noticed a significant increase in memory usage, specifically from higher page file ...
Farshid Nasrollahzadeh's user avatar
0 votes
1 answer
586 views

Win 11: Pagefile disabled but virtual memory still exists

On Windows 11 system, I disabled pagefile. Subsequently, 'Performance Options' shows 'Total paging file size for all drives: 0MB'. However, the virtual memory is still not set to zero and affects the ...
Quiescent's user avatar
  • 163
0 votes
0 answers
54 views

Virtual Memory not working on Windows11 VHDX with Intune

I'm using bootable VHDx with Windows11. My company ask me to register my laptop with Enterprise Portal (Intune); i have to encrypt my drive using Bitlocker for that. When i start from a brand new VHDX,...
user2994407's user avatar
0 votes
0 answers
323 views

What exactly triggers Windows to move its pagefile.sys to another disk or partition?

I run a number of test systems with Windows 10 Professional installed. All of these systems have a SSD drive with three partitions (C:, D:, and E:) installed. All systems are setup exactly the same ...
Erik's user avatar
  • 1,397
2 votes
0 answers
175 views

What are "Global Pages" for? (Intel x86 processors)

In Intel Software Developer's Manual (Intel 64 and IA-32 Architectures Software Developer's Manual, June 2023 edit version) Volume 3A Section 4.10.2.4, while explaining TLBs, the following is said ...
WannabeArchitect's user avatar
2 votes
0 answers
767 views

Can virtual memory be used to allocate more memory for WSL2?

I'm running WSL2 on a laptop with 16BG RAM. Working on a project in Node which in local development when run takes as much as 7GB of memory which is almost all of the allowed 50% and this causes ...
Robert Jamborski's user avatar
0 votes
0 answers
144 views

Performance Counter for Memory Mapped Files

When using memory mapped files I'm getting in situations where Windows stalls since new memory is allocated and processed faster than it can be written to disk using memory mappedfiles. The only ...
msedi's user avatar
  • 101
0 votes
1 answer
304 views

Photoshop CS6 will not open and keeps saying there is not enough RAM when it has worked before with less free memory

So this question goes hand-in-hand with another one of my posts, Urgent: Cannot run any program as administrator, gives file system error (-1073740791) on Windows 10, in that I believe they are ...
rignecorte's user avatar
0 votes
0 answers
118 views

Chrome session stops loading anything after copying large image to clipboard

So I was copying a 15000x8000 image from Wikipedia to my clipboard in Windows 10, which resulted in the browser freezing for a bit. It unfroze and I thought everything was fine after that but noticed ...
rignecorte's user avatar
3 votes
1 answer
788 views

Deleting swapfile.sys when another partition is provisioned for paging in Windows 11

A Windows 11 system is configured with two physical storage devices. The first has a typical layout, of boot, reserved, and data partitions, whereas the second is partitioned exclusively for a page ...
brainchild's user avatar
0 votes
0 answers
179 views

Memory optimization of redis-server in an embedded Linux distribution

I'm trying to optimize a redis-server version 6.0.5 installed in an embedded Linux distribution with 2 GByte of RAM. At the moment there aren't particular failure of the redis-server. The output of ...
User051209's user avatar
0 votes
1 answer
248 views

Can rsync --remove-source-files to the same drive reduce fragmentation?

I know that rsync with --remove-source-files (which I use instead of mv so I can merge directory hierarchies) creates new inodes: stat 2021_07_30_20_18_17.pdf~ rsync --remove-source-files ...
Sridhar Sarnobat's user avatar
2 votes
0 answers
171 views

Is it possible to use explicit huge pages in redis

I know that Redis does not work well with THB (Transparent Huge Pages), but is it possible to run Redis using explicit 2MB or 1GB HugePages? Unfortunately googling the issue always gives a ton of info ...
HubertNNN's user avatar
  • 433
-1 votes
1 answer
166 views

Why is my committed memory not all being used/shown on task manager?

For some reason it says I have 13.2GB of memory committed but on the memory area it only says 3.4GB. Committed: Real memory:
iiSilenced Neø's user avatar
0 votes
1 answer
676 views

Is the virtual memory page size too low on Parallels 18 VM for Apple M1 running Windows 11 ARM?

I am running Windows 11 ARM inside an Apple M1 mac mini with 16 GB RAM. My specs on Windows 11 look like this One of the games that I am running specifically (Ghost Recon Future Soldier DX9) gives me ...
PirateApp's user avatar
  • 171
0 votes
0 answers
287 views

Tell Hypervisor to Swap Allocated RAM to Paging Files

Due to many running VMs in Windows 10 I am hitting my physical memory limit. Although it will be a performance hit, I want windows to allow paging of the VMs allocated memory. By default it does not ...
James's user avatar
  • 1
0 votes
3 answers
655 views

Can small amount of tablet's RAM be compensated by virtual memory

If you have a 1 GB ram Windows 7/8/10 tablet then I assume there will be poor performance. Could it be improved by increasing the page file (virtual memory) size? Perhaps it's not so important to get ...
V555's user avatar
  • 3
2 votes
1 answer
568 views

calculating memory used by "ext4_inode_cache" from /proc/slabinfo?

On Linux I have two ways to get the memory used by ext4_inode_cache. First is using the slabtop command which gives me "CACHE SIZE" information too: # slabtop -o -s c | grep -E '(...
Sam's user avatar
  • 143
1 vote
0 answers
5k views

Why did Windows put my pagefile on a different drive, and can I move it back?

I have a Windows 2012 server with a boot drive mounted as drive letter C, and a very large disk array (120 TB) attached and mounted as a single volume as drive letter F. I happened to notice that ...
Brionius's user avatar
0 votes
2 answers
1k views

How virtual memory and page file is related?

We know that CPU produces logical addresses also known as virtual addresses while a program is running. Then, those virtual addresses are get translated into physical addresses by Memory Management ...
Daud Ahmed's user avatar
1 vote
1 answer
2k views

How to monitor virtual memory in windows 11?

I want to see how much virtual memory I am using, and have watched multiple tutorials, but can't seem to find any on windows 11. I have tried using performance-monitor, but I am unable to find virtual ...
ph140's user avatar
  • 111
0 votes
0 answers
865 views

Pagefile keeps growing, but never fully utilised

My laptop runs Windows 10 Pro and has a 512GB SSD (~45GB free) and 16GB RAM. My page file is set to 'automatically managed'. Recently I've found that my pagefile keeps growing to the point where it ...
Car888's user avatar
  • 1
0 votes
3 answers
81 views

Virtual Memory Organization

I have a question pertaining to virtual memory. In the description we always tend to show Heap growing from Low Address to High Address, and Stack in the other direction e.g. Question: Is this just ...
Sandeep's user avatar
  • 103
0 votes
2 answers
963 views

How to stop certain Windows games from disabling/bypassing disk read caching? A probable DRM issue

It's now the second game that I've been playing recently which for some reasons makes Windows not use disk cache. I have 64GB of RAM. The game itself eats around 7GB, 2GB are left for the OS, which ...
Artem S. Tashkinov's user avatar
0 votes
2 answers
890 views

Windows apps crashes randomly (diagnosis)

Recently I am experiencing random crashes on windows and seemingly not related to specific apps and without a blue-screen, some give strange errors and seem like OS-related issues. sometimes I see ...
Unicornist's user avatar
0 votes
0 answers
144 views

Cannot browse internet with 48Gb of Ram

I have 48Gb of Highspeed Ram and yet I cannot download from Steam or a site like MyAirBridge without my computer slowing to an absolute crawl. Even moving the mouse around the screen I have stuttering ...
PsiSoldier's user avatar

15 30 50 per page
1
2 3 4 5
11