kswappd problem - additional facts

From: Ulrich Brand
Date: Fri Jul 09 2004 - 11:08:19 EST


there are 2 little errors in my last posting - sorry.
the #include "shmem.h" is obsolate.
additionally, you have to increase yous shared memory limit
on standard installations:
echo 2500000000 > /proc/sys/kernel/shmmax
echo 2500000000 > /proc/sys/kernel/shmall
- my shell command to start the processes has a wrong char.
for ((i=1;i<200;i++)); do ./shm 1000 30 1234 0 & sleep 1; done

ulrich
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/