Changes between Version 4 and Version 5 of Public/Docs/CAEConfigChange
- Timestamp:
- Dec 16, 2019, 2:25:01 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CAEConfigChange
v4 v5 30 30 31 31 This will return a result similar to the following: 32 32 33 [[Image(pid.png)]] 33 34 35 The value in the red box is the process id. Stop CAE with the following command, using the process id you retrieved: 36 {{{ 37 kill <process id> 38 }}} 39 40 Using the command 41 {{{ 42 ps aux | grep mono 43 }}} 44 again will show you whether {{{supervise}}} has successfully restarted CAE. 45