TaskManager bug re. RAMdisc allocation
Rick Murray (539) 13850 posts |
New RAMdisc on a PMP system. RaspberryPi 256MiB. Repeatable. Start with no RAMdisc. Reason? I think something (Filer?) needs some memory to get itself running. Allocating all free memory to the RAMdisc does not permit this to happen. Things go avocado shaped. Idea for a fix? Don’t permit all free memory to be allocated to the RAMdisc. Set aside a guard of, maybe, whatever the Next slot size is. |
Jeffrey Lee (213) 6048 posts |
Technically this is a bug with whatever’s falling over, not a bug with the task manager :-) But yes, this has been on my “to fix” list for a while, basically using the method you describe. Maybe now that I’ve got the exception dump stuff in there I’ll be able to easily work out what stuff is falling over and why. |