Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 486 Bytes

File metadata and controls

14 lines (9 loc) · 486 Bytes

README

Meteor 1.8.0.1 repo for reproducing issue with allocation bomb of fibers in Meteor 1.7+.

meteor npm install
meteor npm run start

Then open some browser tabs on http://localhost:3000 and observe the server console output report the number of fibers created.

Opening 5+ tabs (and having them visible on-screen to prevent your browser from throttling JS) will cause thousands of fibers to be created quickly.

Used for meteor/meteor#10359.