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.
🐛 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"