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
Hello, Want To Ask Here. I Try To Host My Own Clear Ml Server. It Turns Out That The Whole Clear Ml Server Took So Much Memory Usage, Especially For Elastic Search. Are There Any Workaround To Minimize The Memory Usage?

Hello, want to ask here. I try to host my own clear ml server. It turns out that the whole clear ml server took so much memory usage, especially for elastic search. Are there any workaround to minimize the memory usage?

  
  
Posted 2 months ago
Votes Newest

Answers 3


Hi ConfusedSealion46

clear ml server took so much memory usage, especially for elastic search

Yeah that depends on how many metrics/logs you have there, but you really have to have at least 8GB RAM
delete old experiments ?

  
  
Posted 2 months ago

AgitatedDove14

I tried to delete my personal projects, the memory usage stays the same. Are there any option to remove the example projects?

if you said that I need to have at least 8gb, why the memory usage of the elastic search still persist on 32 gb after removing experiments?

  
  
Posted 2 months ago

. Are there any option to remove the example projects?

So sorry just realized I missed your message
Yes, but I'm not sure it will have an effect, see here

why the memory usage of the elastic search still persist on 32 gb after removing experiments?

did you restart the server after removing the experiments?

  
  
Posted 2 months ago