you want it

2020-11-01 Thread NASA Jeff
you go for it

One note on swap

2020-11-01 Thread NASA Jeff
Pages in active areas shouldn’t be swapped out only those in inactive areas. So it’s a bit like seminary rock. Networking may also have scheduling type issues. My script works well on single/duel CPU systems, for systems with larger numbers of CPUs I found checking /proc/stat for overall system

BFS revisited, brain fuck scheduling

2020-11-01 Thread NASA Jeff
Here's a somewhat imperfect, though short script I knocked together that fixes scheduling issues. while true do for i in `iotop -P -b -q -o -d 0.1 -n 10 | awk -F ' ' '{if ( $1 ~ /[0-9]/ && $10 > 10) print $1}'` do ionice -c 3 -p $i echo "process $i reniced to idel as it was

Freezing between .48 and .51 when hitting swap.

2020-11-01 Thread NASA Jeff
I have an issue on my laptop which is old but with 2.5gb of ram an ssd hdd and using zram compression I believe. When ever it hits swap the system completely locks up and I have to reboot. This only started occurring in .51 I only have access to my phone at the moment though I’ve looked at the

Freezing between .48 and .51 when hitting swap.

2020-11-01 Thread NASA Jeff
I have an issue on my laptop which is old but with 2.5gb of ram an ssd hdd and using zram compression I believe. When ever it hits swap the system completely locks up and I have to reboot. This only started occurring in .51 I only have access to my phone at the moment though I’ve looked at the

BFS revisited.

2020-11-01 Thread NASA Jeff
Here's a somewhat imperfect, though short script I knocked together that fixes scheduling issues. while true do for i in `iotop -P -b -q -o -d 0.1 -n 10 | awk -F ' ' '{if ( $1 ~ /[0-9]/ && $10 > 10) print $1}'` do ionice -c 3 -p $i echo "process $i reniced to idel as it was

One note

2020-11-01 Thread NASA Jeff
Pages in active areas shouldn’t be swapped out only those in inactive areas. So it’s a bit like seminary rock. Sent from my iPhone

One note

2020-10-29 Thread NASA Jeff
Pages in active areas shouldn’t be swapped out only those in inactive areas. So it’s a bit like seminary rock. Sent from my iPhone

Freezing between .48 and .51 when hitting swap.

2020-10-29 Thread NASA Jeff
I have an issue on my laptop which is old but with 2.5gb of ram an ssd hdd and using zram compression I believe. When ever it hits swap the system completely locks up and I have to reboot. This only started occurring in .51 I only have access to my phone at the moment though I’ve looked at the