mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 17:52:46 +00:00
Merge branch 'master' of https://github.com/GNS3/gns3-web-ui
This commit is contained in:
commit
e2c4b2a372
@ -28,6 +28,14 @@ We're using [yarn](https://yarnpkg.com/lang/en/) for packages installation:
|
||||
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
|
||||
|
||||
Visit [gns3-server](https://github.com/GNS3/gns3-server) for guide how to run GNS3 server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user