You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "SolidWallOfCode (via GitHub)" <gi...@apache.org> on 2023/01/30 01:46:56 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on a diff in pull request #9264: records.config to records.yaml

SolidWallOfCode commented on code in PR #9264:
URL: https://github.com/apache/trafficserver/pull/9264#discussion_r1090110921


##########
configs/records.yaml.default.in:
##########
@@ -0,0 +1,218 @@
+##############################################################################
+# *NOTE*: All options covered in this file should be documented in the docs:
+#
+#    https://docs.trafficserver.apache.org/records.yaml
+##############################################################################
+
+ts:
+  accept_threads: 1
+  cache:
+    limits:
+      http:
+
+# https://docs.trafficserver.apache.org/records.yaml#proxy-config-cache-limits-http-max-alts
+        max_alts: 5
+    log:
+      alternate:
+
+# https://docs.trafficserver.apache.org/records.yaml#proxy-config-cache-log-alternate-eviction
+        eviction: 0
+
+# https://docs.trafficserver.apache.org/records.yaml#proxy-config-cache-max-doc-size
+    max_doc_size: 0
+    min_average_object_size: 8000
+
+##############################################################################
+# RAM and disk cache configurations. Docs:
+#    https://docs.trafficserver.apache.org/records.yaml#ram-cache
+#    https://docs.trafficserver.apache.org/en/latest/admin-guide/files/storage.config.en.html
+##############################################################################
+    ram_cache:
+      size: -1
+    ram_cache_cutoff: 4194304

Review Comment:
   ```
   ram_cache:
     size: -1
     cutoff: 4194304
   ```
   Or maybe I should do separate PRs for these minor changes.



-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org