DEV Community

Discussion on: 🏇 A simple tip to improve angulars compilation speed

Collapse
 
bennettbackward profile image
Bennett Hardwick

For those with computers that are packing a lot of ram, you can allow this option globally for all node applications by adding the following to your shell config:

export NODE_OPTIONS="--max_old_space_size=8096"