Skip to main content

Questions tagged [cache]

cache is a component that stores data so future requests for that data can be served faster; the data stored in a cache might be the results of an earlier computation, or the duplicates of data stored elsewhere.

0 votes
0 answers
23 views

I got a small setup with two private servers ps1 and ps2 at home behind a NAT. One server s1 with public domain s1.com is a small rented vps where I set up as reverse proxy with caddy. On ps1 I had a ...
dabozz's user avatar
  • 1
2 votes
1 answer
65 views

I'm running Debian 13 (fresh install) and want to use specifically Nextcloud and Immich on docker on an SSD and 2 HDDs with 10TB for data (and the second for raid/snapraid or backups or similar). For ...
mike's user avatar
  • 300
9 votes
1 answer
763 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
3 votes
1 answer
118 views

I only recently "discovered" the inline_data feature of ext4, although it seems to have been around for 10+ years. I ran a few statistics on various of my systems (desktop/notebook + server),...
Mike's user avatar
  • 485
4 votes
1 answer
350 views

I am using an lvm cache in the most usual combination (small, fast ssd before a huge, slow hdd). It is simply awesome. However, I have not found a way to know, how many blocks are actually cached and ...
peterh's user avatar
  • 10.5k
0 votes
1 answer
54 views

Test environment: Virtual Machine(Windows 11, VMware Workstation Pro), Ubuntu 22.04, mechanical hard drive. Use the following command to generate 1GB of test data: dd if=/dev/urandom of=test.data ...
沈小伟's user avatar
8 votes
2 answers
651 views

I'm working on a C++ application on Ubuntu 20.04 that uses PCIe DMA to transfer data from a user-space buffer to hardware. The buffer is mapped to a fixed 1K physical memory region via a custom ...
Nungesser Mcmindes's user avatar
2 votes
1 answer
73 views

I have a large slow HDD and a small fast SSD. This is about reads not RAID. My desktop grinds to a near-halt when switching back to Firefox or man pages after (re/un)-loading 12+ GiB of Linux kernel ...
Daniel T's user avatar
  • 242
0 votes
1 answer
78 views

About GPG is mentioned the gpg-agent and I read the following answer: gpg does not ask for password Where is mentioned the --default-cache-ttl and --max-cache-ttl options. So I found this official ...
Manuel Jordan's user avatar
1 vote
0 answers
99 views

I have a project where I need to get the size of the cache on my Linux machine. I don't know the linux distro, and the /etc/os-release file does not exist. I only know the kernel and architecture: ...
Plat00n's user avatar
  • 111
0 votes
1 answer
179 views

I've been running a new Synology RS3621RPxs for several weeks, and my 4TB SSD cache shows: Cache composition: Reusable (341 GB) / Total (3.6 TB) If I'm reading that correctly, my nas isn't even using ...
TSG's user avatar
  • 1,993
0 votes
1 answer
200 views

I have a new Synology NAS with 2 storage pools, and I have one volume per pool. I have added a single SSD to the NAS to serve as a cache, and was able to add it to the first storage pool. This is a ...
TSG's user avatar
  • 1,993
6 votes
3 answers
2k views

I know that recently accessed files are cached into the RAM, but is there a cache for frequent commands? For example, if I run cat file.txt multiple time, file.txt will be cached after the first ...
glacier's user avatar
  • 491
0 votes
1 answer
171 views

I am working with a remote parallel file system (CephFS), mounted at /mnt/mycephfs/, which contains a large dataset of small files (200 GB+). My application trains on these files, but reading directly ...
H.Jamil's user avatar
  • 31
1 vote
0 answers
153 views

I was forced to change ssl certificate for one from my domains. So, cert changed, sha256 changed. Old cert was not expired yet, but it's now replaced with new one. But, it looks like Chrome does not ...
user1209216's user avatar

15 30 50 per page
1
2 3 4 5
33