Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BI
Posts
2
Comments
11
Joined
2 yr. ago

  • I'm looking at the memory reported by metrics-server in EKS, as that what I base the container resource scaling on. Maybe the go process is reporting memory in a way that doesn't represent the "actual" usage. But I'm not sure it matters here, unless I can get it to change the reported memory usage.

    Please see the heap dump I added for 10000 devices. Reported memory is 1,1 GB.

  • Golang @programming.dev

    Comparing memory usage between node.js object and go map[string]interface{}

  • I've only worked in software for about 15 years, so don't have much experience outside of git.

    But my first job used Microsoft Team Foundation, and I didn't need any experience to know that user experience sucked. I've also done the "date named zip file" type of version control, which is not ideal.

    When I started using git it just made sense to me, have had no major complaints since.

  • OK, so I'm thinking...

    The error says I can't combine immutable and mutable in the same function. I guess this makes sense, and that it's because I'm not allowed to mutate an object while accessing it.

    Is this a correct understanding of the error, or is there anything I can do to use this approach?

  • No, that's probably wrong.

    I've just been trying different combinations of borrowing, but I can't get it to works.

    I'm pretty sure it's the cards[id].copies += add that is the cause of my issues.

  • Rust @programming.dev

    Newb solving AoC in rust