Changes between Version 4 and Version 5 of Public/Docs/CAEConfigChange


Ignore:
Timestamp:
Dec 16, 2019, 2:25:01 PM (5 years ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CAEConfigChange

    v4 v5  
    3030
    3131This will return a result similar to the following:
     32
    3233[[Image(pid.png)]]
    3334
     35The value in the red box is the process id. Stop CAE with the following command, using the process id you retrieved:
     36{{{
     37kill <process id>
     38}}}
     39
     40Using the command
     41{{{
     42ps aux | grep mono
     43}}}
     44again will show you whether {{{supervise}}} has successfully restarted CAE.
     45