You are not logged in.
Ola Senhores como vão?
Segue um script para limpar o cache da maquina, liberando mais memória
#!/bin/bash
echo Liberando Memória
echo 3 > /proc/sys/vm/drop_caches
sysctl -w vm.drop_caches=3
free -m
Valeu.
Offline
Ola Carlos,
Bunsenlabs is a small distro and this forum is meant to be for English speakers only.
Which does not mean Portuguese speakers are not welcome, but please try to use English only so that all our users can understand you.
Use an online translator if your deem your mastery of English is insufficient.
Thank you
Ola Carlos,
Bunsenlabs é um distro pequeno e este fórum é significado ser para oradores ingleses somente.
Qual não significa que os oradores portugueses não são bem-vindos, mas para tentar por favor usar o inglês somente de modo que todos nossos usuários podem o compreender.
Use um tradutor em linha se seu julgue seu domínio do inglês é insuficiente.
Obrigado:)
Offline
Ola Carlos, bem-vindo ao BunsenLabs
#!/bin/bash echo Liberando Memória echo 3 > /proc/sys/vm/drop_caches sysctl -w vm.drop_caches=3 free -m
Isso não é recomendável, ele vai abrandar o seu sistema.
Leia http://www.linuxatemyram.com/
~~~~
This is not advised, it will slow down your system.
Please read http://www.linuxatemyram.com/
Offline