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

[STORM-4080] What does AssignedMemory in Storm UI mean? #7861

Open
jira-importer opened this issue Sep 8, 2024 · 0 comments
Open

[STORM-4080] What does AssignedMemory in Storm UI mean? #7861

jira-importer opened this issue Sep 8, 2024 · 0 comments

Comments

@jira-importer
Copy link
Collaborator

I have a topology running in one machine with 3 worker nodes. In the storm UI, Worker Summary shows some number in "AssignedMemory" column. What does that mean? I observed that it has a linear relationship with the no. of executors. i.e it is always 128 times the no. of executors. What am I missing?

storm.yaml

supervisor.slots.ports:
    - 6700
    - 6701
    - 6702
supervisor.childopts: " -Xms512m -Xmx1024m  -ea"
worker.childopts: " -Xms1024m -Xmx2048m -Xlog:gc:artifacts/gc.log -ea" 

Attached screenshot for reference.

PS: I understand that running one topology in more than one worker in one machine doesn't make any difference. I am just experimenting.


Originally reported by anand.h.codes, imported from: What does AssignedMemory in Storm UI mean?
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2025-01-24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant