Dmitry Stratiychuk

Results 20 comments of Dmitry Stratiychuk

Thanks for the profiles. I've made some visualisations of used memory and number of objects: ![profile008](https://user-images.githubusercontent.com/1232175/70582628-067a5d80-1bb3-11ea-8886-0eafa198a029.png) ![profile007](https://user-images.githubusercontent.com/1232175/70582655-15f9a680-1bb3-11ea-930c-01eb747a21ae.png) IMO it looks like most of the memory is consumed by the tree...

Please consider making a heap dump when you see restic at high mem usage and sharing it. Then at least someone can have a shot at debugging this. Right now...

Would the proper solution involve creating 2 Batch pools? One for driver/master and another one for workers/executors? Then they can use different machine sizes and workers can be scaled independently.

I'm trying to run AZTK job as part of VSTS pipeline. I've tried using the job.yaml so my job config is located in one file. Unfortunately, when I experimented with...

> When you say "the job code is changing over time" what do you mean? I mean that the code and logic in the Spark application (which we run on...

As suggested in another issue, here's an alternative: https://github.com/mingrammer/diagrams

I'm a simple library user, but the whole premise "isEqualTo is not for testing equals()" sounds strange to me. **Tl;DR** IMO it'll be extremely confusing for many users to change...

Thanks for clarification! :+1: I misunderstood what was the intention.

is there at least a workaround for this? e.g. can I somehow tell msbuild.exe to import the targets explicitly?

Can you post the full prompt that goes into the model? You can use tracing dashboard to capture that. https://python.langchain.com/en/latest/tracing.html