You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. To disable telemetry, run the following command:
100
-
101
96
+
102
97
[source,terminal]
103
98
----
@@ -120,7 +115,6 @@ The `crc setup` command performs operations to set up the environment of your ho
120
115
The `crc setup` command creates the `~/.crc directory`.
121
116
122
117
. Set up your host machine for {rh-ocp-local}:
123
-
124
118
+
125
119
[source,terminal]
126
120
----
@@ -219,33 +213,32 @@ It also offers the following global flags:
219
213
The default configuration creates a virtual machine (VM) with 4 virtual CPUs, a disk size of 31 GB, and 10 GB of RAM. However, this default configuration is not sufficent to stably run {ProductShortName}.
220
214
221
215
To increase the number of virtual CPUs to 6, the disk-size to 200 GB, and the memory to 20 GB, run `crc config` as follows:
222
-
+
216
+
223
217
[source,terminal]
224
218
----
225
219
crc config set cpus 6
226
220
----
227
221
228
-
+
229
222
[source,terminal]
230
223
----
231
224
crc config set disk-size 200
232
225
----
233
226
234
-
+
227
+
235
228
[source,terminal]
236
229
----
237
230
$ crc config set memory 20480
238
231
----
239
232
240
233
To check the configuration, run:
241
-
+
234
+
242
235
[source,terminal]
243
236
----
244
237
crc config view
245
238
----
246
239
247
240
.Example Output
248
-
+
241
+
249
242
[source,terminal]
250
243
----
251
244
- consent-telemetry : yes
@@ -266,14 +259,13 @@ If you already have a running CRC instance, for this configuration change to tak
266
259
267
260
To check the status of your {rh-ocp-local} instance, run:
0 commit comments