-
## Workshop Title
Andy Pavlo, CMU Database Group, Memory Management + Buffer Cache
Date: November 2024
## Resources
- **Video**: https://www.youtube.com/watch?v=aoewwZwVmv4
-
Hello Ixxue,
Thank you very much for this work! I just have a question about your code.
I noticed that when I use your code in a for loop, the GPU memory allocated keeps increasing until it reaches …
-
Stumpless uses a simple slab cache implementation in `src/cache.c` to consolidate memory allocations for common structures like entries. [Test coverage](https://app.codecov.io/gh/goatshriek/stumpless/…
-
It seems that the way directives are stored in memory doesn't have any way to clear old directves that are no longer in use. This results in memory usage building up very quickly if mods for some reas…
-
Internal reference: SURE-5122
Reported in 2.6.3
Request description:
The Feature Request is to display Memory in the Rancher GUI as components of "Free Memory and Buffer/Cache Memory" separate. This …
-
### Describe the bug
As mentioned in: https://github.com/asterinas/asterinas/pull/1563#issuecomment-2464271352, `printf` produces unexpected output `%s0x49a110rocess acquired WRITE lock on range [0…
-
Currently, the In-Memory cache NEVER cleans anything, except when we call a `get`
And even in this case, it only invalidates what is tried to be got.
This is a smell which could be fixed easily wi…
-
This is a living document that contains a brain dump regarding the state of caching in the viewer, some of the major issues on that front, some thoughts for the future, etc.
Mostly so I can organiz…
-
our current setup is limiting memory usage in Kubernetes to 256M
our Caddyfile
```
}
handle_path /tile/* {
pmtiles_proxy {
bucket {$BUCKET}
cache_size 64
public_url {$BASE_MAP_U…
-
Hello,
I have been using `@keyv/offline` and I have seen it was deprecated in favor of cacheable.
However I am struggling to make cacheable work the same way it was working before.
If I understan…