virtual-memory
Limiting resident memory usage
I would like to limit the amount of physical memory a process can use without limiting the amount of virtual memory it can use.I am doing this in an effort to measure the behavior of various algorithm[详细]
2023-01-07 01:48 分类:问答Getting the lowest free virtual memory address in windows
Title says it pretty much all : is there a way to get the lowest free virtual memory address under windows ? I should add that I am interested by this informat开发者_开发技巧ion at the beginning of th[详细]
2023-01-06 00:41 分类:问答Exploring Virtual Memory (ProcessWalker)
I was reading this article on MSDN \"Managing Heap Memory in Win32\" And in it they are explaining about a tool called ProcessWalker.exe[详细]
2023-01-05 01:20 分类:问答process's virtual memory size on different machines
Does virtual memory of process can have different size on d开发者_JAVA技巧ifferent machines (CPU, memory)?[详细]
2023-01-04 23:37 分类:问答.NET garbage collector and x64 virtual memory
Running a .NET application on Windows Server 2008 x64 with 16GB of RAM. This application needs to fetch and analyze a very large amount of data (about 64GB), and keep it all in memory at one time.[详细]
2023-01-04 14:01 分类:问答What is "Virtual Size" in sysinternals process explorer
My application runs for few hours, There is no increase in any value ( vmsize, memory) of Task Manager. But after few hours i get out of memory errors.[详细]
2023-01-03 19:02 分类:问答Linux: page faults and network filesystems
If a Linux system runs out of physical memory, does it drop inactive executable code pages? I assume the answer is yes, since there is no reason to keep them in swap, so they are simply discarded and[详细]
2023-01-03 13:41 分类:问答Maximum size of application memory space on 32 (x86)? 2 Gb or 1 Gb?
What amount of memory is available (theoretically) to application on 32 bit s开发者_JAVA技巧ystem? Different OSes? 2 or 1 Gb?[详细]
2022-12-31 10:31 分类:问答How can I get read-ahead bytes?
Operating systems read from disk more than what a program actually requests, because a program is likely to need nearby information in the future.In my application, when I fetch an item from disk, I w[详细]
2022-12-29 01:13 分类:问答OS kernel use Virtual memory for itself?
Does OS kernel u开发者_如何学JAVAse Virtual memory or Can some part of the OS kernel reside in Hard Disk? \"Using virtual memory\" is kind of a vague statement.Broadly interpreted, the answer is yes.V[详细]
2022-12-28 09:18 分类:问答