rjasonadams
rjasonadams
Hello, I'd like to remove the need for nvme by using more ram. Mounted a large tmpfs: ``` tmpfs /mnt/tmpfs tmpfs rw,size=500G 0 0 ``` Set to it and it's...
Hello, What's the best way to terminate and free resources? It looks like the state would need set to onExit for the goroutine to free but I don't see a...
- Introduce minimal Logger interface with no external dependencies - Add NoOpLogger as default implementation - Replace *zap.Logger with Logger interface in reader and writer - Remove all zapcore.ObjectEncoder dependencies...