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
Is There A Way I Can Make Clearml Server Work On A 4Gb Ram Ec2-Instance? I See That Min 8Gb Is Recommended, Although It'S Working With 4Gb Too, But Not Sure At What Load I'Ll Start Facing Problems. Also, I Guess Elasticsearch Uses Up Most Of The Ram, Is T

Is there a way I can make clearml server work on a 4gb ram ec2-instance? I see that min 8gb is recommended, although it's working with 4gb too, but not sure at what load I'll start facing problems.
Also, I guess elasticsearch uses up most of the ram, is there a way that I move out elasticsearch from clearml ec2 and use the one which is hosted my own machine?

  
  
Posted 5 days ago
Votes Newest

Answers 2


fair, thanks!

  
  
Posted 4 days ago

Hi @<1785479228557365248:profile|BewilderedDove91>
It's all about the databases in the under the hood, so 8gb is really a must

  
  
Posted 4 days ago
47 Views
2 Answers
5 days ago
4 days ago
Tags