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
Hey Guys! We Are Running Some Of The Workers On Azure Machines., With The Docker Flag I Noticed That Every Run We Are Doing, The Available Memory Gets Fuller And Fuller (And Doesn'T Release), Until Eventually I Have To Manually Delete Some Of The Files I

Hey guys!
We are running some of the workers on azure machines., with the docker flag
I noticed that every run we are doing, the available memory gets fuller and fuller (and doesn't release), until eventually I have to manually delete some of the files
I was wondering what tips you can give me to stop that from happening, and maybe to understand whats the source of it.
image
image

  
  
Posted one year ago
Votes Newest

Answers


Hi @<1544853695869489152:profile|NonchalantOx99> , it looks like your cache is filling up. You can control it through the various cache configurations in clearml.conf
None
Just search for cache over the document and you'll find all the relevant configs 🙂

  
  
Posted one year ago
685 Views
1 Answer
one year ago
one year ago
Tags