Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
If I Have 1 Machine With A Gpu, Can I Put A Worker On It With Gpu And Two Workers With

if I have 1 machine with a GPU, can I put a worker on it with GPU and two workers with --cpu-only ? i.e. can 2 workers in the same machine be launched in cpu-only mode?

  
  
Posted 2 years ago
Votes Newest

Answers 5


Perhaps you may if can you assign CPU cores to the agent? I’d avoid doing GPU and CPU at the same time as my GPU load creates a decent CPU load by itself.

  
  
Posted 2 years ago

I don't think you can currently assign cpu cores to the agents. They just use the resources they have in cpu mode

  
  
Posted 2 years ago

I have done this but I remember someone once told me this could be an issue... Or I could be misremembering. I just wanted to double check

  
  
Posted 2 years ago

I'd assume not, trust John here.

  
  
Posted 2 years ago

yeah, that's fair enough. is it possible to assign cpu cores? I wasn't aware

  
  
Posted 2 years ago
863 Views
5 Answers
2 years ago
one year ago
Tags
Similar posts