Bjorn Neergaard

Results 554 comments of Bjorn Neergaard

Ah, that is a pretty high number of ports. With a RSS increase of ~2MB, that certainly accounts for some of your memory growth. I don't think we've looked at...

SHR being 0 and RSS increasing by a similar amount makes me suspicious about dynamic vs. static linkage in the binary as the potential cause of the memory usage.

Related docker-proxy issue: https://github.com/moby/moby/issues/11185

PTAL @corhere as well; I have no strong opinions -- if no others appear, maybe we discuss this on Thursday?

Stale -- @abn do you want to update/finish this?

You have not provided a pyproject.toml as requested in the issue template -- can you please provide that information so that people can help you debug?

I don't know that this should be closed -- we shouldn't fail to export a valid lock file generated from a valid pyproject.

Adding a direct dependency is not exactly a workaround; you should add constraints for anything you care to perturb/alter, not just anything you import directly. That being said, it is...

This issue has been migrated as the underlying code has moved to a first-party plugin.

I'm not sure -- the original ask is for `poetry export`, even if the code that drives this mostly lives in Poetry. I could go either way, but given all...