No longer log "Heap size:"
commit0287b273204d347dde3a74b1c8d9f7c4b62847c9
authorLucian Wischik <ljw@fb.com>
Tue, 2 Nov 2021 17:39:50 +0000 (2 10:39 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 2 Nov 2021 17:41:57 +0000 (2 10:41 -0700)
tree62dcab60d14f6afec84cbdab6b97bdf1dd1c5b52
parent73f39404e9e9d5ffc4a51b275e7b7663f017a55b
No longer log "Heap size:"

Summary:
Our logs are peppered with "Heap size:" messages, particularly during typechecking.

They've never been useful in the past, and they're particularly not useful now with the richer cgroup logging, and further plans to study memory. So I'm removing them.

Reviewed By: CatherineGasnier

Differential Revision: D32049009

fbshipit-source-id: b05ba336105d798d214eb918fd4c7140dc582c8e
hphp/hack/src/server/serverEagerInit.ml
hphp/hack/src/server/serverInitCommon.ml
hphp/hack/src/server/serverInitCommon.mli
hphp/hack/src/server/serverLazyInit.ml
hphp/hack/src/server/serverMain.ml
hphp/hack/src/server/serverTypeCheck.ml