Vipin Menon

Results 20 comments of Vipin Menon

Currently, the approach that we have is the one mentioned by @sanel is what we have for pseudo-Multi-Az approach . we have multiple instances of riemann#1 behind an LB

This works `summary = chain({"input_documents": chunks})` The output would be a dict with a structure similar to this: `{input_documents:[Document(page_content,metadata),..],intermediate_steps:[string, string],output_text:String}`

I have the same issue as well. Im trying to install it on a mac

Certain updates we tried after. - On the 48cpu-192gb VM… CPU ranges between 75~100.. When load is less it even goes to 50 sometimes. (Memory consumption btw… is decent only...

On that note, if it really is GC ( which is probably the reason) one more question that strikes me is why is the jvm limiting the heap size here...

Since the Riemann rules are maintained by several teams and there are 100s of services that rely on this stack items like `by` are used heavily. We will check into...

Updates: The run parameters is as follows: ``` MAX_HEAP=$(awk '/MemTotal/ { printf "%.0f", $2/1024*0.75 }' /proc/meminfo) HALF_MAX_HEAP=`expr $MAX_HEAP / 2` exec chpst -u vcap:vcap java \ -XX:+UseParallelGC \ -XX:+ExitOnOutOfMemoryError \...

Hi This issue still persists even with the current build. I saw that this issue is closed. Has the issue been fixed? If so what needs to be done to...

@linlinzhouchen, yes this is the workaround we have currently implemented, however, it needs to run as a non-root