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

High io load (read) #190

Open
yangm97 opened this issue Nov 4, 2020 · 0 comments
Open

High io load (read) #190

yangm97 opened this issue Nov 4, 2020 · 0 comments

Comments

@yangm97
Copy link

yangm97 commented Nov 4, 2020

Running hc v1.2.1.

This is probably happening in response to high memory usage on the host by other processes. My code doesn't touch the filesystem, it only communicates with another service over websocket.

I let iotop run for a while in (a)ccumulator mode and got those figures:
image

# lsof -p 13867
COMMAND    PID USER   FD      TYPE DEVICE SIZE/OFF   NODE NAME
hkbridge 13867 root  cwd       DIR  179,1     4096 152940 /data
hkbridge 13867 root  rtd       DIR   0,51     4096 129335 /
hkbridge 13867 root  txt       REG   0,51 10094701 152913 /hkbridge
hkbridge 13867 root  mem       REG  179,1          152913 /hkbridge (stat: No such file or directory)
hkbridge 13867 root    0u      CHR    1,3      0t0 745146 /dev/null
hkbridge 13867 root    1w     FIFO   0,11      0t0 745094 pipe
hkbridge 13867 root    2w     FIFO   0,11      0t0 745095 pipe
hkbridge 13867 root    3u     IPv4 745170      0t0    UDP *:mdns
hkbridge 13867 root    4u  a_inode   0,12        0   8724 [eventpoll]
hkbridge 13867 root    5u     IPv6 745172      0t0    UDP *:mdns
hkbridge 13867 root    7u     IPv4 744386      0t0    UDP *:mdns
hkbridge 13867 root    8u     IPv6 746880      0t0    TCP *:63531 (LISTEN)
hkbridge 13867 root   10u     IPv6 744388      0t0    UDP *:mdns
hkbridge 13867 root   14u     IPv4 868978      0t0    TCP localhost:35482->localhost:3000 (ESTABLISHED)
hkbridge 13867 root   15u     IPv6 870928      0t0    TCP hubot:63531->192.168.18.30:62188 (ESTABLISHED)

Unfortunately the machine hang before I could inspect further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant