Skip to content

Commit b67eb02

Browse files
doc(2018 day-14): capture special instructions for running Day 14
1 parent dfa4234 commit b67eb02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
22
[![Build Status](https://travis-ci.org/amclin/advent-of-code.svg?branch=master)](https://travis-ci.org/amclin/advent-of-code)
33
[![codecov](https://codecov.io/gh/amclin/advent-of-code/branch/master/graph/badge.svg)](https://codecov.io/gh/amclin/advent-of-code)
4+
5+
### Special Instructions
6+
7+
#### Day 14
8+
Day 14 is fast but needs more memory to complete. Run node with 4GB of heap space:
9+
`node --max_old_space_size=4096 index.js`

0 commit comments

Comments
 (0)