Author Topic: Hi problem :(((  (Read 4406 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Hi problem :(((
« on: May 06, 2019, 12:45:23 PM »
hi there 1 website cpu ram :( http://prntscr.com/nl2kol
« Last Edit: May 06, 2019, 12:47:20 PM by Adem »

Offline
*
Re: Hi problem :(((
« Reply #1 on: May 06, 2019, 11:02:24 PM »
View processes, that way they can't help you

Offline
*
Re: Hi problem :(((
« Reply #2 on: May 07, 2019, 08:04:50 PM »
hi there 1 website cpu ram :( http://prntscr.com/nl2kol
Check free memory using this command:
Code: [Select]
free -hCheck top 10 memory eating processes:
Code: [Select]
ps aux --sort -rss | head