1# Copyright (c) 2025 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14options: 15- name: xgc-min-trigger-threshold 16 type: uint32_t 17 default: 20480 18 description: Initial count of live shared references count for XGC triggering 19 20- name: xgc-trigger-percent-threshold 21 type: uint32_t 22 default: 20 23 description: Percent for XGC threshold increasing 24 25- name: xgc-trigger-type 26 lang: 27 - ets 28 type: std::string 29 default: default 30 possible_values: 31 - default 32 - force 33 - never 34 description: Set XGC trigger policy 35 36- name: enable-xgc-verifier 37 type: bool 38 default: false 39 description: Enable switch for shared reference storage verification 40 41- name: taskpool-support-interop 42 lang: 43 - ets 44 type: bool 45 default: false 46 description: taskpool support interop or not, only valid when taskpool-mode is eaworker 47 48