Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stat store.disk.cache.loaded vary depending on running as daemon #127

Open
ignacioalles opened this issue Aug 24, 2022 · 0 comments
Open

Comments

@ignacioalles
Copy link

When running nuster as daemon with

nuster -D -f /etc/nuster/nuster.cfg -p /var/run/nuster.pid

stats reports

**STORE DISK**
store.disk.cache.dir:           /var/cache/nuster
store.disk.cache.loaded:        no

However, running the same setup without daemonizing it with

nuster -f /etc/nuster/nuster.cfg -p /var/run/nuster.pid

produces stat report like:

**STORE DISK**
store.disk.cache.dir:           /var/cache/nuster
store.disk.cache.loaded:        yes

However, it sems that persistent cache is not used anyway, as store.memory.cache.count is always reseted to zero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants