You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/09/20 10:44:56 UTC

[GitHub] [incubator-superset] lshunran commented on issue #8269: JavaScript heap out of memory when run dev server

lshunran commented on issue #8269: JavaScript heap out of memory when run dev server
URL: https://github.com/apache/incubator-superset/issues/8269#issuecomment-533504228
 
 
   when report this error, add parameter --max_old_space_size=4096 would fix it:
   `"dev-server": "node --max_old_space_size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode=development --progress"`
   could I submit a pull request for it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org