Set the number of extra resources available to Bazel. Takes in a string-
float pair. Can be used multiple times to specify multiple types of extra
resources. Bazel will limit concurrently running actions based on the
available extra resources and the extra resources required. Tests can
declare the amount of extra resources they need by using a tag of the
"resources:<resoucename>:<amount>" format. Available CPU, RAM and resources
cannot be set with this flag.