Constant disk I/O and CPU usage in steady state #4092
Unanswered
BardurArantsson
asked this question in
Q&A
Replies: 2 comments 25 replies
-
@BardurArantsson could you hook up JProfiler to your |
Beta Was this translation helpful? Give feedback.
25 replies
-
[EDIT: Whoops, not in thread] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm seeing a weird issue with a mill build while mill should be doing nothing, namely:
iotop
).Here's some output from
iotop --batch -o -p <mill-pid> -t -a
:Which shows that it's generating about ~50KiB of writes per second. (Note that the '-a' option for
iotop
shows accumulated usage.)Unfortunately, I'm not at liberty to share the actual build, but I don't think I'm doing anything particularly advanced/odd. It's a pretty small and simple Scala backend + Scala.js frontend build.
Does anyone have ideas for how to get more debugging info to properly track this issue down?
Beta Was this translation helpful? Give feedback.
All reactions