amoghyermalkar123 opened a new issue #8566: URL: https://github.com/apache/trafficserver/issues/8566
Hi, I was wondering about the limit of mappings for remap.config. How many such entries can one remap.config, and what could be a point where ATS will start to hit performance bottleneck. ``` map https://something.somehost.com http://127.0.0.1:8000/ \ @plugin=geoip_acl.so @pparam=country @pparam=allow @pparam=AF @pparam=allow @pparam=AX @pparam=html::/var/www/html/index.nginx-debian.html \ @plugin=cachekey.so @pparam=--remove-all-params=true \ @plugin=prefetch.so @pparam=--fetch-policy=simple @pparam=--fetch-path-pattern=/(.*-)(\d+)(.*)/$1{$2+1}$3/ @pparam=--fetch-count=5 @pparam=--metrics-prefix=prefetch @pparam=--front=true @pparam=--log-name=/var/log/trafficserver/prefetch.log ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
