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.

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
21