Commit 9da408e
authored
Update launch_cvd command to increase fd limit via SSH (#4633)
Resolves following error faced while booting up cuttlefish.
ERROR devices::virtio::rng] rng worker thread failed: failed creating
WaitContext: Too many open files (os error 24)
ERROR crosvm::crosvm::sys::linux] failed to recv VmIrqRequest: failed to
serialize/deserialize json from packet: attempt to deserialize out of
bounds descriptor at line 1 column 28
This error was observed since executing "launch_cvd" via SSH limits
number of FDs that user can create to 1024. This PR increases this limit
to "1048576" resolving the error observed and boots up cuttlefish
successfully.1 parent 8014251 commit 9da408e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
425 | | - | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
0 commit comments