mirror of https://github.com/nodejs/node.git
f230a1cf74
This commit removes the simple/test-event-emitter-memory-leak test for being unreliable with the new garbage collector: the memory pressure exerted by the test case is too low for the garbage collector to kick in. It can be made to work again by limiting the heap size with the --max_old_space_size=x flag but that won't be very reliable across platforms and architectures. |
||
---|---|---|
.. | ||
README.txt | ||
all.gyp | ||
android.gypi | ||
features.gypi | ||
gyp_v8 | ||
shim_headers.gypi | ||
standalone.gypi | ||
toolchain.gypi |
README.txt
For build instructions, please refer to: https://code.google.com/p/v8/wiki/BuildingWithGYP TL;DR version on *nix: $ make dependencies # Only needed once. $ make ia32.release -j8 $ make ia32.release.check # Optionally: run tests.