Master-config.yml: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
==deserialization-cache-size== | ==deserialization-cache-size== | ||
The number of OpenShift metadata entries cached in memory on the master, to avoid interaction with etcd and CPU consumption required by serialization. The default cache size is 50,000 entries, which, depending on the size of resources, can grow to occupy 1 to 2 GB of memory. | The number of OpenShift metadata entries cached in memory on the master, to avoid interaction with etcd and CPU consumption required by serialization. The default cache size is 50,000 entries, which, depending on the size of resources, can grow to occupy 1 to 2 GB of memory. For more details see [[OpenShift_Concepts#etcd_and_Master_Caching|etcd and Master Caching]]. | ||
<pre> | <pre> |
Revision as of 21:24, 21 May 2017
Internal
Location
Found only on master nodes.
/etc/origin/master/master-config.yaml
oauthConfig
identityProviders
apiServerArguments
deserialization-cache-size
The number of OpenShift metadata entries cached in memory on the master, to avoid interaction with etcd and CPU consumption required by serialization. The default cache size is 50,000 entries, which, depending on the size of resources, can grow to occupy 1 to 2 GB of memory. For more details see etcd and Master Caching.
kubernetesMasterConfig: apiServerArguments: deserialization-cache-size: - "1000"