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
0 answers
26 views

Why does Win10 not auomaticly grow the page file

The page file size on my Windows 10 64bit with 16GB phyiscal RAM is managed by Windows automaticly. The system tells me that the size is currently 2,38 GB. So the virtual RAM is 18,1 GB. When I "...
buhtz's user avatar
  • 339
0 votes
0 answers
1k views

MacBook is laggy when switching apps

On my MacBook I experience lags when switching apps or when the debugger hits an exception/breakpoint and brings my IDE to the top. The CPU usage is quite low, as you can see in the following image. ...
Elastic Lamb's user avatar
0 votes
0 answers
508 views

Where are process pages stored - in the swap space or under file system? Can demand paging work without space space?

The Galvin OS text says that on older systems, there used to be a method, where the entire running process (when in idle state) was moved from the main memory (when main memory ran low) to the disk ...
Abhishek Ghosh's user avatar
1 vote
1 answer
1k views

Moving the page file to a different folder

My Windows 8.1 To Go machine is always popping up saying it's low on memory, so I finally decided to make a page file. The problem is, I was going to make it on my largest hard drive on the computer. ...
BDMCGaming's user avatar
1 vote
0 answers
1k views

Windows paging file size with 100GB RAM

My system has more than 100GB RAM. But when I have too many applications open or Tabs open, I feel the system is slowing down even though the RAM utilization is around 10-15 GB. My paging file size ...
Rajendra V's user avatar
0 votes
1 answer
1k views

Understanding virtual machine memory allocation and process virtual memory - Hyper-V

I am trying to understand how the memory demands of my application are imposed on a virtual machine and/or the host computer. The context of this question is Windows 10 guest O/S on (probably) Windows ...
C Robinson's user avatar
0 votes
0 answers
167 views

why physical memory NOT contiguous?

Background: I was running a kernel module that give me some info about kernel virtual address space which told me that Linux lowmem region is approximately 7.24 GB. lowmem region is supposed to be a 1:...
KMG's user avatar
  • 113
0 votes
1 answer
751 views

Sysinternal's VMMap is unable to find injected memory

I'm writing a Python script that uses the Windows API to learn process injection. The injection is successful. I can verify that the shellcode is running, and Process Explorer shows the connection: ...
Carcigenicate's user avatar
27 votes
5 answers
73k views

How can I stop `vmmem` process?

I installed docker on windows home which uses WSL2 as a backend. However, ever since I installed a new container on it yesterday my computer fan has been turning on every 5 seconds. I am not sure ...
Nathan's user avatar
  • 281
2 votes
1 answer
7k views

How do I remove/disabled MsMpEng.exe? [duplicate]

My system regularly crashes with the following error in the error log Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: MsMpEng....
Jon Story's user avatar
  • 351
0 votes
0 answers
295 views

Esxi not reading all installed memory

So i have esxi with installed memory 12 GB The vmware reads 8gb only I have raid hardesk And SSD THICK PROVISIONS data store So why the esxi reads only 8GB?
Manga202's user avatar
1 vote
2 answers
5k views

How to force Windows 10 to use pagefile on usb-connected SSD?

I have a constantly connected USB SSD disk. I'm never going to disconnect it at runtime. It operates in a "better performance mode", not "quick removal". I can configure pagefile ...
Vlad's user avatar
  • 186
0 votes
0 answers
2k views

Why is Windows apparently using HDD instead of SSD as virtual memory?

I'm running a python notebook which is reading big files from disk (stored in HDD) and putting their content into memory. My computer seems to be using virtual memory, because it is running out of RAM,...
Homero Esmeraldo's user avatar
1 vote
1 answer
386 views

Using compressed memory under Miniconda container

I am using continuumio/miniconda3:latest as the base image for my container. It looks to be debian based. I run it under Amazon Linux 2. I would like to optimally use compressed memory, perhaps zram, ...
Asclepius's user avatar
  • 1,122
1 vote
0 answers
1k views

Page file size in Windows 10

As I have gone through some articles, the virtual memory page file size should be 1.5 multiplied by the RAM size. I am currently using 8GB physical RAM in my laptop. So accordingly the page file ...
Shraban SP's user avatar

15 30 50 per page
1 2
3
4 5
21