Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does linner has PC memory limit when build? #52

Open
xiaosansiji opened this issue Oct 11, 2016 · 2 comments
Open

Does linner has PC memory limit when build? #52

xiaosansiji opened this issue Oct 11, 2016 · 2 comments

Comments

@xiaosansiji
Copy link

if i have a huge file or lots of small ones to build,how to set memory to limited to a low level?

@SaitoWu
Copy link
Owner

SaitoWu commented Oct 11, 2016

No, Linner does not have any memory control configuration.

Linner just use Uglifyjs2 to compress the js file, CSSminify to compress the css file. So, if you have any problem with compress, u can check the Uglifyjs2 or CSSminify to find out what's going on.

In my opinion, keep concated js files not too big will speed up the build process obviously.

@xiaosansiji
Copy link
Author

thx~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants