mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-24 23:26:39 +00:00
Update README.md
This commit is contained in:
parent
785855d3bd
commit
ae9efcf7b4
@ -28,6 +28,14 @@ We're using [yarn](https://yarnpkg.com/lang/en/) for packages installation:
|
|||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## JavaScript heap out of memory
|
||||||
|
|
||||||
|
Increase the memory allocated to Node if you get JavaScript heap out of memory errors.
|
||||||
|
|
||||||
|
```
|
||||||
|
export NODE_OPTIONS=--max-old-space-size=8192
|
||||||
|
```
|
||||||
|
|
||||||
#### Run GNS3 server
|
#### Run GNS3 server
|
||||||
|
|
||||||
Visit [gns3-server](https://github.com/GNS3/gns3-server) for guide how to run GNS3 server.
|
Visit [gns3-server](https://github.com/GNS3/gns3-server) for guide how to run GNS3 server.
|
||||||
|
Loading…
Reference in New Issue
Block a user