-
当前的微服务local cache,当前的默认实现使用简单的map结构来存储所有微服务实例信息
```go
// CacheIndex is a unified local instances cache manager
type CacheIndex interface {
Get(service string, tags map[string]string) ([]*MicroSer…
-
```
when i deploy jfox 3.1 to apache tomcat 5.5.23, and install petstore, after
running about 5 minuts, there throw some "too many connections" exception.
i wandor if the jfox's jpa have any bug or m…
-
I'm unsure if this question belongs here or in Dragonfly upstream, but I'll try here.
I've uploaded hundreds of PDFs since I first created my Refinery app in 2015 (first 2.1.5, later upgraded to 4.…
-
I've been seeing an issue for a while now that I think relates to OPCache and generated metadata. It's not easy to replicate, but usually clears on subsequent deployments.
There are two scenarios …
-
```log
16:58:40.867 [Thread-0] INFO com.lealone.main.Lealone - Lealone version: 6.1.0-SNAPSHOT
16:58:40.878 [Thread-0] INFO com.lealone.main.config.YamlConfigLoader - Loading config from file:/D:/…
-
Right now the eviction strategy is LRU, but I want to use SampledLFU strategy to suit my usage scenario, how could I get there?
-
How should cache memory management work? Is there a way to get garbage collection by default? (Using WeakMaps for the caches would be ideal…except that WeakMaps do not support primitives as keys.)
…
-
Add a configuration option that enables users to limit the growth of the transients directory, along with a watermark at which transients will be reclaimed by internally calling GC.
```go
type Con…
raulk updated
2 years ago
-
Redis today supports an implementation of non-deterministic LRU for key evictions when the total memory usage goes above maxmemory. This is done via random sampling in the Redis dictionary and picking…
-
Hi! First, thanks so much for building moka! I recently encountered a situation where, when storing large cached values in Arc, the cache would evict an entry while it was still shared, so getting it …