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.

82 questions with no upvoted or accepted answers
8 votes
0 answers
1k views

What to do about the vmmap process in Mac OS X always hogging the CPU?

I am running Mac OS X 10.13.5 High Sierra, and I have always had my Activity Monitor up. My computer would every now and then freeze for a few seconds completely and then act normal again. When this ...
user1805458's user avatar
6 votes
2 answers
61k views

Shared GPU Memory. Can I turn off this feature?

I am running: Windows 10 Nvidia GTX1070-8GB 24GB System RAM i7 I am running into an issue in my video editor, complaining about depleting the GPU memory. When inspecting my resources, I noted that ...
Louis van Tonder's user avatar
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
3 votes
0 answers
638 views

34 GB of commited memory but no app actually commited that much

Sometimes I encounter Out of memory errors and Windows Event Viewer shows this (translated): Resource-Exhaustion-Detector: A lack of virtual memory in the system was successfully detected. The ...
Vlad's user avatar
  • 186
3 votes
0 answers
105 views

Seemingly inconsistent output from `top` re: Swap header vs. SWAP column

How should I interpret this seemingly inconsistent output from top re: swap? Running free confirms that no swap space is in use: $ free -m total used free shared ...
Jared Beck's user avatar
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
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
2 votes
1 answer
430 views

What is the history behind `ulimit -m` / RLIMIT_RSS not working?

According to man setrlimit (which is what man ulimit directs me to), RLIMIT_RSS Specifies the limit (in bytes) of the process's resident set (the number of virtual pages resident in RAM). ...
Jason Gross's user avatar
2 votes
0 answers
989 views

linux kernel virtual space , lowmem , highmem , RAM size

I need some help understanding the exact relations between the linux kernel virtual space , specifically LOWMEM area , and the available RAM size as seen by the kernel. after reading this article: ...
hutcruchi's user avatar
  • 121
2 votes
1 answer
16k views

How to increase memory for a Java application in Windows 10?

I suppose I should to increase a Java heap size for the application. Does Java heap size have a common settings for all Windows 10 applications? Or should I set it for the application I need. How? ...
M. Moe's user avatar
  • 21
2 votes
1 answer
1k views

Is there a way to turn removable drives into fixed ones in windows 10?

I want to run windows 10 off a live flash drive and I need a page file. It doesn't matter how effective that page file actually is, it is only required to fill a virtual memory requirement for ...
user81993's user avatar
  • 257
2 votes
0 answers
1k views

Linux on iMX6 and CMA memory

We have a embedded linux system(yocto 1.8) running on a i.MX6 board with 1GByte of RAM. The kernel is configured to have 320MByte of CMA reserved and no swap. Kernel 3.10.53 When we run a small test ...
Bjorn Bosell's user avatar
2 votes
0 answers
5k views

Recommended paging file size formula

Is there a formula by which Windows calculates recommended paging file size? (see picture). This is definitely not 1,5 x RAM (this PC has 8 GB or RAM). I need to implement this calculation in my ...
YMM's user avatar
  • 255
2 votes
1 answer
380 views

How big are copy on write pages in linux?

We used RHEL 5.8 at my office. Our program relies on fork for parallelism. The application is very memory hungry (up to hundreds of GB) so we're relying on copy-on-write functionality to make this ...
dromodel's user avatar
  • 297

15 30 50 per page
1
2 3 4 5 6