facebookexperimental / facebookexperimental/semcode

reduce memory consumption

Đang mở
#56 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Rust
Star
171
Fork
40
Merge trung bình
4 giờ 24 phút
Pull request đã merge (30 ngày)
24

Mô tả

Throughout a semcode run, memory consumption can get very large.

Early on mmapped files (gix mapping pack files) represent most of the consumed memory, but later on anonymous memory grows by a lot:

sec RSS_GB Anon_GB FileMapped_GB
33 36.0 6.6 29.4 ← peak RSS
39 36.0 7.5 28.5
42 11.6 8.9 2.7 ← mapped pages released, heap keeps climbing
78 21.5 20.1 1.4

Investigate where all that memory goes, and how we can reduce it.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.