-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
メモリ容量の認識がおかしい #3409
Comments
|
ターミナルで と入力すると、 と表示される。 |
|
ターミナルで と入力すると、 と表示される。 |
|
原因はsysteminformationパッケージであることが判明。
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
free -bw でワイド表示するとどうなりますか |
|
@CookieRamen Can you provide stdout of |
|
あとはlinuxだと分かってるなら /proc/meminfo を読むとか |
|
実装の違いを意識してあれこれしてるのはsysteminformationパッケージの時点で同じだからね |
|
RAM 128GBの時点で表示桁数から変わってしまうはず。freeのアップデートを待つの? |
|
RAM 16GBのマシンでBusyBox動かすなんて想定されてなかったんだろうな… |
|
じゃあ8GBにしますか |
|
それで直るなら、後はsysteminformationパッケージにissue投げて終わり、でも別に良さそうな気はします |
|
別に systeminformation 側で /proc/meminfo 読んでもらってもいいので、原理的に不可能という話は全くありません |
|
Misskey側では、Dockerfileの構成を変更することにより解決 |
systeminformation gets incorrect memory information due to BusyBox's "free" issue.(#3409) A workaround for avoiding it was made. But it never works because the runner container has no effect. It should be deleted.


Summary
The text was updated successfully, but these errors were encountered: