oscourse-tsinghua / rcore_plus

Rust version of THU uCore OS. Linux compatible.
MIT License
172 stars 26 forks source link

Network stack has memory leak #45

Closed jiegec closed 5 years ago

jiegec commented 5 years ago

When benchmarking nginx performance, it failed with oom.

jiegec commented 5 years ago

Solved by dynamically expanding kernel heap.