What's a normal value for kernel_task RAM usage?

Solution 1:

Yes, that amount is normal.

As kernel_task performs a lot of tasks on behalf of user-space processes (i.e. the ordinary programs you're running on your computer), the actual memory usage of kernel_task will vary a lot according to which programs you're currently running, and what you're doing with them.