util/tc: clamp mapped byte limit for 32bit processes
tc drivers set this based on os_get_total_physical_memory()/4, which is going to be totally wrong for 32bit processes and explode the address space
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
tc drivers set this based on os_get_total_physical_memory()/4, which is going to be totally wrong for 32bit processes and explode the address space