We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 high usage and auto kill service , please help. { "admin": { "listen": "0.0.0.0:7777" }, "apps": { "http": { "servers": { "server_0": { "listen": [ ":80" ], "routes": [ { "handle": [ {"config": { "cache_buckets_num": 512, "cache_key_template": "{http.request.method} {http.request.host}{http.request.uri.path}?{http.request.uri.query}", "cache_max_memory_size": 1073741824, "default_max_age": 300000000000, "lock_timeout": 300000000000, "match_methods": [ "GET", "HEAD" ], "rule_matcher_raws": [ { "Data": { "path": "/" }, "Type": "path" }, { "Data": { "header": "Content-Type", "value": [ "image/jpg", "image/png", "video/f4m", "video/mp2ts", "video/mp4", "video/x-m4v", "audio/x-m4a", "audio/mpeg" ] }, "Type": "header" } ], "status_header": "X-Cache-Status", "type": "in_memory", "path": "/tmp/caddy/" }, "handler": "http_cache" }, { "handler": "subroute", "routes": [ { "handle": [ { "handler": "headers", "response": { "deferred": true, "set": { "Cache-Control": [ "max-age=0" ] } } }, { "handler": "reverse_proxy", "headers": { "request": { "set": { "Host": [ "{http.reverse_proxy.upstream.host}" ] } } }, "transport": { "protocol": "http" }, "upstreams": [ { "dial": "tcp/192.168.1.12:80" } ] } ], "match": [ { "path": [ "/" ] } ] } ] } ], "match": [ { "host": [ "example.com", "cdn.example.com" ] }, { "path": [ "/" ] } ] } ] } } } }, "logging": { "logs": { "default": { "exclude": [ "http.log.access.log0" ] }, "log0": { "include": [ "http.log.access.log0" ], "level": "info" } } } }
The text was updated successfully, but these errors were encountered:
Hi, I noticed the same issue. About 5GiB in excess.
Sorry, something went wrong.
It appears that development has been abandoned.
No branches or pull requests
memory high usage and auto kill service , please help.
{
"admin": {
"listen": "0.0.0.0:7777"
},
"apps": {
"http": {
"servers": {
"server_0": {
"listen": [
":80"
],
"routes": [
{
"handle": [
{"config": {
"cache_buckets_num": 512,
"cache_key_template": "{http.request.method} {http.request.host}{http.request.uri.path}?{http.request.uri.query}",
"cache_max_memory_size": 1073741824,
"default_max_age": 300000000000,
"lock_timeout": 300000000000,
"match_methods": [
"GET",
"HEAD"
],
"rule_matcher_raws": [
{
"Data": {
"path": "/"
},
"Type": "path"
},
{
"Data": {
"header": "Content-Type",
"value": [
"image/jpg",
"image/png",
"video/f4m",
"video/mp2ts",
"video/mp4",
"video/x-m4v",
"audio/x-m4a",
"audio/mpeg"
]
},
"Type": "header"
}
],
"status_header": "X-Cache-Status",
"type": "in_memory",
"path": "/tmp/caddy/"
},
"handler": "http_cache"
},
{
"handler": "subroute",
"routes": [
{
"handle": [
{
"handler": "headers",
"response": {
"deferred": true,
"set": {
"Cache-Control": [
"max-age=0"
]
}
}
},
{
"handler": "reverse_proxy",
"headers": {
"request": {
"set": {
"Host": [
"{http.reverse_proxy.upstream.host}"
]
}
}
},
"transport": {
"protocol": "http"
},
"upstreams": [
{
"dial": "tcp/192.168.1.12:80"
}
]
}
],
"match": [
{
"path": [
"/"
]
}
]
}
]
}
],
"match": [
{
"host": [
"example.com",
"cdn.example.com"
]
},
{
"path": [
"/"
]
}
]
}
]
}
}
}
},
"logging": {
"logs": {
"default": {
"exclude": [
"http.log.access.log0"
]
},
"log0": {
"include": [
"http.log.access.log0"
],
"level": "info"
}
}
}
}
The text was updated successfully, but these errors were encountered: