cirocosta / monero-operator

A Kubernetes-native way of deploying Monero nodes and even whole networks: express your intention and let Kubernetes run it for you.
https://www.getmonero.org/
Apache License 2.0
19 stars 2 forks source link

moneronodeset: hugepages #8

Open cirocosta opened 3 years ago

cirocosta commented 3 years ago

running a setup where hugetables is enabled but we don't provision to the pod, monerod failes with a SIGBUS when starting up.

it'd be nice to get the coredump and do some investigation to see if there's a nice way of fixing it, but in the mean time,

      resources:
        requests:
          memory: 1Gi
        limits:
          memory: 1Gi
          hugepages-2Mi: 1Gi

works great