Disable Transparent Huge Pages also on mongos

The mongo recommends several items to increase performance of a MongoDB.

I have a sharded cluster, should I disable Transparent Huge Pages on all nodes, i.e. include the mongos routers? Or is it relevant only for mongod?

Wernfried