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

Force GC after building the interfaces. #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mntone
Copy link
Contributor

@mntone mntone commented Aug 28, 2020

インターフェース群をビルド後に強制的にGCを走らせます。

In my environment, the memory usage has been reduced by about 50 MB (from 129.2 MB to 82 MB).
手元の環境ではメモリー使用量が 50 MB 程度 (129.2 → 82 MB) 減りました。
enable-force-gc

Note: yellow ▼ in graph is to start GC.
注意: 図の黄色の▼は GC が実行されたときです。


Note: The following is a case where I didn't force GC. The part of the build where CPU usage is down matches the timing of the end of the build.
参考: 以下は GC を強制的に走らせなかったケースです。CPU使用率が下がったタイミングがビルド終了のタイミングに一致しています。
disable-force-gc

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

Successfully merging this pull request may close these issues.

1 participant