Skip to content

Commit ee27941

Browse files
jjuliamolinmeta-codesync[bot]
authored andcommitted
sync server_config to fbcode (D88630590)
Summary: sync of D88630590 this should be automated https://www.internalfb.com/code/configerator/[2afc1b5f731e00932c32946a4bb91e6bdfccf12e]/source/configerator/tools/thrift_update_fbcode_autosync.cconf?lines=1153 but the sync bot didn't run, not sure why Reviewed By: malanka Differential Revision: D88652559 fbshipit-source-id: 098c53a97d31d9e4d9a107c8cdb9480958069e30
1 parent ca96325 commit ee27941

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

glean/config/server/server_config.thrift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @generated SignedSource<<b899306cb677efad115a7c4c1f4af043>>
1+
// @generated SignedSource<<50a55b84e633a17c9e8db52175365e5e>>
22
// DO NOT EDIT THIS FILE MANUALLY!
33
// This file is a mechanical copy of the version in the configerator repo. To
44
// modify it, edit the copy in the configerator repo instead and copy it over by
@@ -304,6 +304,11 @@ struct Config {
304304
// Where to find the schema by default. This can be overridden by the
305305
// `--schema` flag on the command line.
306306
36: optional SchemaLocation schema_location;
307+
308+
// Maximum disk_used/total_memory_capacity ratio for rocksdb.
309+
// A way to restrict how much Glean DBs we store on each host, relative to memory.
310+
// If not set, no limit is applied.
311+
37: optional i32 db_rocksdb_disk_mem_capacity_ratio_limit;
307312
}
308313

309314
// The following were automatically generated and may benefit from renaming.

0 commit comments

Comments
 (0)