Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The APP UI displays the memory different than the MemoryReservation on toml #883

Open
abhishek-h2o opened this issue Nov 21, 2024 · 0 comments
Labels
type/bug Bug in code

Comments

@abhishek-h2o
Copy link

abhishek-h2o commented 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"

@abhishek-h2o abhishek-h2o added the type/bug Bug in code label Nov 21, 2024
@abhishek-h2o 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug in code
Projects
None yet
Development

No branches or pull requests

1 participant