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
Copy file name to clipboardExpand all lines: docs/README-agent-install.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,8 @@ The `guestshell` container environment is enabled by default on most platforms;
133
133
134
134
Resource| Recommended|
135
135
:--|:--:|
136
-
Disk | **400 MB** |
137
-
Memory | **300 MB** |
136
+
Disk | **450 MB** |
137
+
Memory | **350 MB** |
138
138
139
139
<p>
140
140
`show guestshell detail` displays the current resource limits:
@@ -153,11 +153,11 @@ Virtual service guestshell+ detail
153
153
<p>
154
154
`guestshell resize rootfs` sets disk size limits while `guestshell resize memory` sets memory limits. The resize commands do not take effect until after the guestshell container is (re)started by `guestshell reboot` or `guestshell enable`.
155
155
156
-
**Example.** Allocate resources for guestshell by setting new limits to 400MB disk and 300MB memory.
156
+
**Example.** Allocate resources for guestshell by setting new limits to 450MB disk and 350MB memory.
157
157
158
158
~~~
159
-
n3k# guestshell resize rootfs 400
160
-
n3k# guestshell resize memory 300
159
+
n3k# guestshell resize rootfs 450
160
+
n3k# guestshell resize memory 350
161
161
162
162
n3k# guestshell reboot
163
163
Are you sure you want to reboot the guest shell? (y/n) [n] y
0 commit comments