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

Memory Leak Hybrid disk cache #66

Open
vechnii2007 opened this issue Jan 30, 2022 · 0 comments
Open

Memory Leak Hybrid disk cache #66

vechnii2007 opened this issue Jan 30, 2022 · 0 comments

Comments

@vechnii2007
Copy link

vechnii2007 commented Jan 30, 2022

image
Hi, sometime, maybe 1 in 3 days i has a memory leak
in container log haven't any issues.

Next 12.0.7
Next-boost latest
Production

const Adapter = require('@next-boost/hybrid-disk-cache').Adapter

module.exports = {
    rules: [
        {
            regex: '.*',
            ttl: 300,
        },
    ],
    cacheAdapter: new Adapter({
        path: '/tmp/hdc',
        ttl: 180,
        tbd: 3600,
    }),
    metrics: true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant