Mister X
Mister X
I didn't have anything especially intensive, I was just SSHed into it and using nano, svn and bash (some times, I didn't even have the chance to run bash and...
Adding the following into /etc/sysctl.d/local.conf seems to help: ``` vm.dirty_background_ratio = 1 vm.dirty_expire_centisecs = 360000 #[2] vm.dirty_ratio = 40 vm.dirty_writeback_centisecs = 500 #[1][2] ```
One thing first: there is no need to deauth that much. Each instance already sends 64/128 deauth. You need to let the client reconnect. However, as kimocoder pointed at, if...