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
On the UI of the App it shows different memory than what is specified in app.toml
The app uses /proc/meminfo to extract the memory details from the app. However, this reports the underlying memory allocated for the node except for the pod. Therefore, the reported memory is for the underlying node instead of the allocated memory for the running pod.
To Reproduce
configure MemoryReservation and MemoryLimit in app.toml and the app will show different Memory on UI which is of node and can be seen in /proc/meminfo.
LLM Studio version
Version = "1.12.1"
The text was updated successfully, but these errors were encountered:
abhishek-h2o
changed the title
[BUG] The APP UI displays the memory different than the MemoryReservation on toml (CBA)
[BUG] The APP UI displays the memory different than the MemoryReservation on toml
Nov 21, 2024
🐛 Bug
On the UI of the App it shows different memory than what is specified in app.toml
The app uses /proc/meminfo to extract the memory details from the app. However, this reports the underlying memory allocated for the node except for the pod. Therefore, the reported memory is for the underlying node instead of the allocated memory for the running pod.
To Reproduce
configure MemoryReservation and MemoryLimit in app.toml and the app will show different Memory on UI which is of node and can be seen in /proc/meminfo.
LLM Studio version
Version = "1.12.1"
The text was updated successfully, but these errors were encountered: