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.

Filter by
Sorted by
Tagged with
2 votes
1 answer
56 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
3 votes
1 answer
115 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
0 votes
1 answer
49 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
2 votes
1 answer
69 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
  • 232
1 vote
0 answers
97 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
195 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
0 votes
1 answer
163 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
68 views

The Linux kernel (at least before using XArrays as far as I'm aware, which to my knowledge are wrappers around Radix Trees anyway) uses radix trees in its address_space structs which every file has. ...
Mike's user avatar
  • 11
7 votes
4 answers
1k views

I'm setting up a Linux system in KVM (QEMU) to test the effect of adding a writeback LVM cache on a fast disk in front of a logical volume that resides on a set of very slow disks (a RAID1 LV). This ...
Kusalananda's user avatar
  • 356k
0 votes
2 answers
101 views

On an Apache server of my own, logging requests to files has been enabled using a custom Apache module. The log files can reach several GB at the end of the day. Using Nagios I have noticed memory ...
tigrou's user avatar
  • 101
0 votes
1 answer
118 views

Because there is a situation in my project where files cannot be saved to disk after being written, these two scripts have been added in the background. Will they have any impact on system performance?...
Vimer's user avatar
  • 67
1 vote
1 answer
2k views

I'm currently working on the POD supercomputer at UT Austin. Tech support for the supercomputer couldn't help me. There's a specific version of Python (3.9) I want to use in my Anaconda environment, ...
himinam's user avatar
  • 11
0 votes
0 answers
520 views

It seems like there are no dns clients(????).... but it's impossibile, it's just don't know how to find it. $ sudo lsof -i :53 -S does not return anything. systemctl restart nscd #or systemd-resolve -...
Allexj's user avatar
  • 265
1 vote
0 answers
93 views

I have a system which is a USB gadget. It exposes one of its partitions over USB using functionfs to allow the host to provide update files: set -e CONFIGFS_ROOT=/dev/gadget CONFIGFS_DEV=$...
Toby Speight's user avatar
  • 9,362
0 votes
1 answer
153 views

The name cache on FreeBSD is responsible for caching file names and their vnodes. It also provides a special database for hashing the contents of large directories. I would like to know how to empty ...
Mateusz Piotrowski's user avatar
1 vote
1 answer
10k views

In my lubuntu 18.04 distribution I have installed google-chrome version 114. By a bash script, at every boots, Chrome is launched and connects to a specific URL. The URL is always the same, but ...
User051209's user avatar
2 votes
0 answers
3k views

We have a pretty mixed environment in terms of operating systems. Suse 12/15, Oracle Linux 6/7/8, Redhat 6/7/8 and a few others. We've been using Active Directory authentication for some time. For ...
tmorais's user avatar
  • 31
0 votes
1 answer
985 views

I have a smb mount on my linux server, but occasionally it loses connection, interrupting the software using the mounted directory. Is there a way to cache the smb mount on local disk?
hobyte's user avatar
  • 113
2 votes
0 answers
278 views

While doing performance benchmarking on CPLEX, I ran across a strange issue. The details are posted in a blog: https://community.ibm.com/community/user/ai-datascience/blogs/xavier-nodet1/2021/07/08/...
LaszloLadanyi's user avatar
1 vote
1 answer
375 views

System: embedded, arm64 (4xCortexA53), 2GB LPDDR3, eMMC memory, Linux, kernel 5.4.17. I am experiencing issues with random system crash, that in normal operation will happen every 2 days to every &...
OskarM's user avatar
  • 11
1 vote
0 answers
76 views

Various answers on various StackExchange sites cover parts of this topic, but I did not see an exact match for this scenario. How can you identify every mounted standard filesystem, and traverse all ...
mhcomputing's user avatar
0 votes
1 answer
2k views

In a VM of 16GB RAM, we are running rsync as a cron job(for every 10 minutes) on our production to sync GBs of folder from AWS EFS to local storage. After few days of running we found that the VM is ...
Swastik's user avatar
  • 103
-1 votes
1 answer
52 views

I notice that when I compile a custom build of a packaged program stored in /usr/bin eg /usr/bin/emacs, which emacs shows the already existing executable at /usr/bin/emacs instead /usr/local/bin/emacs,...
vfclists's user avatar
  • 7,919
0 votes
2 answers
252 views

I would want to know if it is possible to search packages in Fedora (using dnf) without it having to sync anything previously. I've read Fedora wiki about rpm, but I don't think I understand properly ...
PolGZ's user avatar
  • 93
2 votes
1 answer
1k views

I'm using a system with multiple storage devices with different write throughput. As explained in question Why were "USB-stick stall" problems reported in 2013? Why wasn't this problem ...
Mikko Rantalainen's user avatar

1
2 3 4 5
10