Skip to main content

Questions tagged [ram]

Random Access Memory is a fast and volatile data-storage bank used in computers to store data and machine code currently being used.

1 vote
0 answers
62 views

When does Unified Memory Access (UMA) grow with demand?

My computer does not scale the UMA when it is maxed out. My laptop has an integrated GPU (iGPU), 32 GB of RAM, and it makes use of UMA. Its UEFI firmware has the following possibilities to configure ...
AlexLoss's user avatar
  • 143
0 votes
0 answers
19 views

How to measure ram usage of a command [duplicate]

How to measure the memory usage of a running command in terminal? Does /usr/bin/time -v measure the RAM usage of a command?
MobiusT's user avatar
0 votes
1 answer
49 views

Can I install Linux on the drive I booted the installer from, if the installer is loaded into RAM?

I'd like to install HoloISO (a Linux distro based on SteamOS) to a USB drive, as a full install. I've read from various sources, including this question, that to install Linux on to a USB drive, you ...
Noah Domingues's user avatar
-1 votes
1 answer
138 views

How to get the physical address of a file in RAM? [closed]

I have found a couple of related posts: How to see information inside inode data structure Is it possible to find the physical address of a file in disk? But nothing quite answers my question. I have ...
traducerad's user avatar
2 votes
1 answer
376 views

Linux OS does not see all the RAM allocated to the VM by Proxmox

I recently added a new VM in ProxMox for various web services. I originally allocated a minimum of 8GB of RAM with ballooning available to 16 GB. All seemed to be well until I tried installing ...
Hubert Oliver's user avatar
0 votes
0 answers
152 views

copy Linux EXT filesystem use dd

I used binwalk to scan firmware image, uncompressed & raw RAM dump. When scan for signatures with -I flag there is reference to Linux EXT filesystem: DECIMAL HEXADECIMAL DESCRIPTION -----...
minto's user avatar
  • 553
0 votes
0 answers
46 views

RAM size devides by 2

I have home physical server for nextcloud, some sites, etc. I build it 2 years ago and only recently noticed that instead of 16GB, only 8 are displayed and working. Used this command for check: wget -...
MrUssy's user avatar
  • 1
0 votes
0 answers
66 views

How to limit ram usage of a process in Linux?

Consider a Linux process that is currently running. We want to limit the amount of RAM used by this process so that it does not interfere with the operation of the system. What tools or commands can ...
user16385455's user avatar
0 votes
2 answers
106 views

why is all this swap space being used?

I have a Debian box, where I am doing some data recovery using ddrescue on a sata ssd. The process has been running for 24 hours, and has 24 to go (at least) in any event, the PC has 16GB ram, and ...
j0h's user avatar
  • 3,899
1 vote
1 answer
159 views

BadRAM Range: cannot set up the right range

I think my MacBook with soldered RAM has a RAM issue.  With memtest86+, I figured out which BadRAM pattern I have, but I cannot interpret the result correctly.  How should I read the range to set up ...
devreklim's user avatar
0 votes
1 answer
79 views

Do applications have priority over tmpfs for RAM usage (in the presence of swap)?

TLDR; If /tmp in mounted as tmpfs, in the presence of swap, is there any kind of priority when swapping ? Does tmpfs start to swap before applications ? FULL STORY I have a laptop with 32G of RAM (...
ChennyStar's user avatar
  • 1,855
5 votes
1 answer
4k views

If I don't log in the desktop environments, does the desktop enviroment still cost RAM?

For linux (Ubuntu, Debian, etc), different desktop environments cost different amounts of resources (RAM). Gnome and KDE tend to cost more RAM than others like XFCE / LXDE / LXQT: https://unihost.com/...
CyberPlayerOne's user avatar
1 vote
1 answer
483 views

Why do Browsers crash on my machine with Nvidia Drivers?

For a while now on my system browsers crash very often (between 3 times in a row when opening and once every hour). Sometimes the entire browser crashes, sometimes its only one tab. I normally use ...
decimo's user avatar
  • 25
1 vote
0 answers
308 views

Accurately monitoring RAM and swap usage while running zswap compression

I'm running zswap on 6.2.0-39-generic (Ubuntu 22.04, HWE). My understanding is that zswap intercepts pages marked for swap, compresses them (if possible) and stores them in a compressed section of the ...
user3012926's user avatar
0 votes
0 answers
321 views

What is the minimum swap size for hibernation?

Consider the following scenario: I'm running a Linux system with a large amount of RAM. Swap is disabled, except for hibernation. When hibernating, let's assume that RAM data can not be compressed ...
programonkey's user avatar

15 30 50 per page
1
2 3 4 5
27