Skip to main content

Questions tagged [memory]

In computing, memory refers to the state information of a computing system, as it is kept active in some physical structure.

0 votes
2 answers
135 views

I am currently working on game using Unity Engine. So I did build using Google plugin delivery, it went well. The problem is, after it finished building the app, the my memory wasn't being cleaned(not ...
Eleven_86's user avatar
1 vote
1 answer
76 views

Why does there appear to be a discrepancy between a process stack address within /proc/PID/maps compared to the stack start address within /proc/PID/stat, where the latter is a smaller subset of the ...
genericuser99's user avatar
1 vote
1 answer
66 views

The snippet below: shows statistics for what appears to be the exact same memory mapping: same device number, same inode, same offset, same length (0x7f8656e78000-0x7f8656cbb000 = 0x7f2f4ef6a000-...
Thriller's user avatar
5 votes
2 answers
491 views

When a service has configured a MemoryHigh value and this value is exceeded, the documentation says that this happens: Memory usage may go above the limit if unavoidable, but the processes are ...
Lii's user avatar
  • 247
14 votes
1 answer
1k views

This question comes from my curiosity about how Kubernetes handles resource requests and limits, especially memory constraints defined for pods. I understand that Kubernetes uses cgroups under the ...
Nicola Sergio's user avatar
0 votes
0 answers
55 views

I am analyzing issues with unexpected increase of memory consumption in Linux. It is an embedded system with no swap. What is happening is over some period of time around 2GB of MemFree/MemAvailable (...
exbluesbreaker's user avatar
1 vote
0 answers
113 views

We are currently testing tiered memory demotion on a machine equipped with a CXL device. To facilitate this, we created a specific script (https://github.com/hyun-sa/comem) and are using the memory....
Hyunsa's user avatar
  • 11
4 votes
1 answer
269 views

(This is updated with each new information) My HP Proliant ML350 Gen 10 server has 32 GB RAM, that seem correctly detected. But only 26GB are available, according to free/htop/proc.meminfo… free -m ...
Krysztt's user avatar
  • 71
4 votes
2 answers
290 views

On Linux, it's possible to disable overcommitting memory which makes it behave like Windows, in that malloc() will fail once all physical memory is used up. As explained in this insightful and good ...
E. K.'s user avatar
  • 153
2 votes
1 answer
79 views

Suppose process A has been preempted to allow process B to run. If system memory is low and the kernel needs to reclaim memory for process B, is it possible for the page tables of process A to be ...
Padala Teja Sai Kumar Reddy's user avatar
1 vote
1 answer
277 views

I tested out echo 2 > /proc/sys/vm/overcommit_memory, which I know isn't a commonly used or recommended mode, but for various reasons it could be beneficial for some of my workloads. However, when ...
E. K.'s user avatar
  • 153
9 votes
1 answer
776 views

My system has 64GiB of memory. I noticed it usually uses about 20GiB for cache. I wonder if I do "suspend to disk", does the cached part get dumped to disk as well, or is it written to disk ...
David S.'s user avatar
  • 5,853
0 votes
0 answers
56 views

I'm tyring to boot linux on an SoC (arm64 based) and seeing trap in early stage. Here is the boot message. Booting Linux on physical CPU 0x0000000002 [0x411fd401] Linux version 5.15.68 (etri@AB21-T07) ...
Chan Kim's user avatar
  • 459
1 vote
1 answer
98 views

I'd like to know if I can get memory in sar the same way I get it from free. Currently free shows me a memory usage of 47.06% (16956/36027)*100 [used/total x 100]. Whereas sar is showing me a usage of ...
Álvaro's user avatar
  • 111
1 vote
1 answer
250 views

If I check my memory use, normally done like... $ free -h total used free shared buff/cache available Mem: 62Gi 10Gi 53Gi 864Mi ...
Cestarian's user avatar
  • 2,593

15 30 50 per page
1
2 3 4 5
102