You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So 1887436800 bytes obviously is 1800Mi(B), which is 1887,4368 M(B), so not what I've requested.
1800M is a correct notation for MB, and should result in 1800000000 bytes (~1717 MiB)
For my HW this means that VM can fit 3 user-servers and 4 user-placeholders 🤷
Configuration
Z2JH 3.2.1
The text was updated successfully, but these errors were encountered:
Actually it's even stranger now that I see the calculated value in user-server fields, while it would make more sense to find it in those of user-placeholder.
Somehow user-placeholder has correct user-server values from my values.yaml, while user-server has something calculated.
Hehe sorry for the trouble with this, a workaround is to specify 123456... bytes directly.
The issue is that JupyterHub's k8s unaware config is used AND k8s native specification, and the translation cause issues. In the jupyterhub software, or traitlets config system software, the M means Mi, and in the k8s specification it means M and not Mi.
So, to avoid mismatch, use the lowest possible specification - the number of bytes as a plain integer.
Bug description
My configuration
Results in
So 1887436800 bytes obviously is 1800Mi(B), which is
1887,4368
M(B), so not what I've requested.1800M is a correct notation for MB, and should result in 1800000000 bytes (~1717 MiB)
For my HW this means that VM can fit 3 user-servers and 4 user-placeholders 🤷
Configuration
Z2JH 3.2.1
The text was updated successfully, but these errors were encountered: