Memory Issues On Linux
Page 1 of 1
Memory Issues On Linux
Vid
You may need to su first to get access for freeing up memory from commands below! (not to watch them).
Or you can also try the following command to see much detailed information about current memory usage:
you will need su access for this.
yourownlinux.com/2013/10/how-to-free-up-release-unused-cached-memory-in-linux.html
You may need to su first to get access for freeing up memory from commands below! (not to watch them).
- Code:
su
- Code:
watch -n 3 free -m
Or you can also try the following command to see much detailed information about current memory usage:
- Code:
watch -n 3 cat /proc/meminfo
Releasing the Memory
1. Freeing Up the Page Cache
you will need su access for this.
- Code:
su
- Code:
echo 1 > /proc/sys/vm/drop_caches
2. Freeing Up the Dentries and Inodes
- Code:
echo 2 > /proc/sys/vm/drop_caches
3. Freeing Up the Page Cache, Dentries and Inodes
- Code:
echo 3 > /proc/sys/vm/drop_caches
4. Flushing the File System Buffers
- Code:
sync
yourownlinux.com/2013/10/how-to-free-up-release-unused-cached-memory-in-linux.html
Re: Memory Issues On Linux
Freeing up disk space on linux
In this example i will be uninstalling msf metasploit framework and its repo entry!
sudo chown root metasploit-framework.list
I did try
but that didnt work!
askubuntu.com/questions/249484/how-can-i-uninstall-metasploit
In this example i will be uninstalling msf metasploit framework and its repo entry!
- Code:
locate metasp
sudo chown root metasploit-framework.list
- Code:
df
- Code:
locate metas
/opt/metasploit-framework
/var/lib/dpkg/info/metasploit-framework.list
- Code:
cd /opt/metasploit-framework/
I did try
- Code:
sudo rm -rf /opt/metasploit
but that didnt work!
askubuntu.com/questions/249484/how-can-i-uninstall-metasploit
Similar topics
» Closing linux thread to save memory and or fix audio issues by closing jackd
» Linux Memory Checking & Cleaning
» fix flash and java issues with linux
» fix linux mint crash issues
» HOW TO FIX SCREEN RES ISSUES FROM LINUX COMMAND LINE!
» Linux Memory Checking & Cleaning
» fix flash and java issues with linux
» fix linux mint crash issues
» HOW TO FIX SCREEN RES ISSUES FROM LINUX COMMAND LINE!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum