-
Would it be possible to add a memory cache mechanism to Tray to boost its performances.
Something inspired by https://github.com/tumblr/Remember ?
-
### Motivation
```
--cache-max-entry-count CACHE_MAX_ENTRY_COUNT
The percentage of free gpu memory occupied by the k/v cache, excluding weights . Default: 0.8. Type: float…
-
### Relevant telegraf.conf
```toml
[[inputs.win_perf_counters.object]]
Measurement = "win_mem"
ObjectName = "Memory"
# ## Use 6 x - to remove the Instance bit from the counterPath.
Instanc…
-
In my case i`m executed dynamic generated queries uses Dapper. In production my service uses a lot of memory (~9 GB). I took a memory dump of the process and saw that dapper saved more than a million …
-
Benthos Version: 4.24.0 (As pulled from the jeffail/benthos docker repo)
We have had an issue recently where our high volume Benthos dedupe pods (in the realm of ~2-3k messages per second) will slo…
-
Platforms: rocm
This test was disabled because it is failing in CI with a seg fault eg. https://github.com/pytorch/pytorch/actions/runs/11026453746/job/30623960471, but passes when rerun in a singl…
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1410) created by **rakesh.pulipati** on 2013-05-13 at 09:06 AM_
---
I am using guava library 14.0.1 to implement caching …
-
### Background and motivation
In a multi-replica environment utilizing **hybrid caching** (in-memory and out-of-process), cache desynchronization between nodes can occur because there is no built-in …
-
**Describe the bug**
SQLite databases are cached in memory and updates to the data are not reflected
**Logs**
2021-09-11 20:05:00,027 INFO task.sync-databases :: Starting sync task for Database…
-
https://www.kernel.org/doc/Documentation/cgroups/memory.txt , section 5.2 for definitions.
You can find, that usage_in_bytes display RSS+CACHE value, that is not RSS (rss + file_mapped from memory.st…