helm upgrade --install --namespace cassandra --create-namespace cassandra bitnami/cassandra --set "resources.limits.memory=3G" --set "resources.requests.memory=3G" --set "jvm.maxHeapSize=2g" --set "jvm.newHeapSize=512m" --set "replicaCount=6"
Posts by Ivan Sopov
So I bought 2 mini pcs on Ryzen 7840HS, kitchen shelf and installed ubuntu server and microk8s on both. It seems that in that case bitnami helm charts do not have default resources contrary to local k8s distros. So for my #homelab games I used something like...
Counting sticks
Not long ago I had very similar conversations literally - with my daughter who was 4 or 5 years old. There are ways to establish common ground in this case also.
Gandlaf looks directly at you
Do we?
(Re-)writing various jcstress-samples. I think the whole double-checked locking thing would be easier to grasp if we stopped writing it with lots of nesting, and instead did this:
Recently I've built a workstation for the first time in 10 years and was tempted to benchmark a bit (especially since in modern x86 CPU cores are no equal). So
isopov.github.io/posts/14900-...
Should KMM be Kotlin memory model?