The users should check the processes that are running or in a sleeping mode using the command « ps » or « top » in a terminal mode.
Screenshot1 Screenshot2

Memory management

The users may check the RAM and SWAP memories status in their project virtual machines using the command « free ». In case the project VM is run-of-memory (RAM or SWAP), the users should check if there are lost/old/unterminated processes in their USER_ID and terminate them to free memory resources in the VM.

Screenshot3

Terminating processes

If the users need to finish an old/lost process, the command « kill » may be used to terminate immediately the process that was lost/damaged/unwanted.

Screenshot4