Znuff
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by Znuff-
What's your swap size? post the output of "free -m"
-
echo "domain.1" | sed -e 's/\.//'
-
You can increase your swap size by: 1. either increase the swap partition 2. create a new swap file and turn swap on it, like: dd if=/dev/zero of=/swapfile bs=1M count=1024 mkswap /swapfile swap...
-
Thank you.
-
What does your partition table look like?
-
Use mytop -d '' to see real time MySQL usage. mytop comes by default with mariadb, otherwise you will have to install it manually (yum install mytop) if you are still on mysql
-
Hello, It's set to discard.