-
On 2016-04-21 13:50:51 -0500, Zack Cerza wrote:
> # lsb_release -a
>
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 14.04.4 LTS
> Release: 14.04
> Codename:…
-
we are using ~2x less heap, but something seems to have changed in the memory allocation patterns such that we are now at much higher risk of OOMing at startup than before
ara4n updated
4 years ago
-
Hi!
We have noticed that our fleets does not scale properly when using the new feature "No delay provisioning". For some reason it seems to think that we have capacity which we don't. Right now we …
-
If I don't pass `--updateSnapshot`, I'll get the diffs but not the updated images.
If I DO pass `--updateSnapshot`, I'll get the updated images but not the diffs.
Would it be possible to have a …
-
Hello,
I have some bad news regarding the performance of `BigInt`s when used to implement 64-bit integers.
**tl;dr** An implementation of `Long`s on top of `BigInt`s (with `asIntN`) in Scala.js is…
-
(where crash = sad folder of segfaultyness)
-
Currently, Cypress fails for various reasons when dealing with the shadow dom. So far, I've seen three issues.
1) Cypress considers the shadow root to be a non-DOM subject.
``` coffeescript
cy.get(…
-
Hello.
We are using consul 0.5.0 and on one server (we have 3 servers), consul folder is really heavy:
```
# du -sh *
4.0K checkpoint-signature
3.2G raft
24K serf
1.8G tmp
0 ui
du -sh raf…
-
**Is your feature request related to a problem? Please describe.**
systemd-nspawn gave me an error if I creat a temporary snapshot of the host itself with:
`systemd-nspawn -D / -xb`
after reading …
-
Currently, we do not have a way to pause/unpause a snapshot repository for some time. This operation would help users in scenarios where we want to explicitly disable snapshot repository for some time…