Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
fuser is a UNIX command used to show which processes are using a specified file, file system, or unix socket, while The find command is used to locate files on a Unix or Linux system.
As you can see these are just NOT Plesk commands, these are system commands ...You can kill them from your SHELL if they are consuming much CPU.
Alternatively use:
ulimit is a built in command in the shell. It will restrict any processes from exceeding the set criteria. You have the following options, memory included:
Code:
# ulimit -a
core file size (blocks) 0
data seg size (kbytes) unlimited
file size (blocks) unlimited
max locked memory (kbytes) unlimited
max memory size (kbytes) unlimited
open files 1024
pipe size (512 bytes) 8
stack size (kbytes) 8192
cpu time (seconds) unlimited
max user processes 1024
virtual memory (kbytes) unlimited