I might be pointing out the obvious, but on x86-64 there is definitely not
256TB of VM available for this.
Not even 64TB, as long as you want to have any
other mappings in kernel (total kernel memory 128TB, but it is split in
half for the direct mapping)
BTW if you allocate any VM you should also update
Documentation/x86_64/mm.txt which describes the mapping
That's slightly less than 1GB before you bump into the maximum.
But you'll bump into the module mapping even before that.
For 16MB/CPU and the full 1GB that's ~123 CPUs if my calculations are correct.
Even for a not Altix that's quite tight.
I suppose 16MB/CPU are too large.
-Andi
-