Limit CPU and Memory usage in Linux Slack
The Linux Slack consumes a lot of CPU and memory in Linux environment. To limit its resource usages, you can apply a quote via the snap command:
sudo snap set-quota slacklimit --memory=2GB --cpu=20% slack
The Linux Slack consumes a lot of CPU and memory in Linux environment. To limit its resource usages, you can apply a quote via the snap command:
sudo snap set-quota slacklimit --memory=2GB --cpu=20% slack
Comments
Post a Comment