linner icon indicating copy to clipboard operation
linner copied to clipboard

Does linner has PC memory limit when build?

Open xiaosansiji opened this issue 8 years ago • 2 comments

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

xiaosansiji avatar Oct 11 '16 07:10 xiaosansiji

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.

SaitoWu avatar Oct 11 '16 07:10 SaitoWu

thx~

xiaosansiji avatar Oct 19 '16 01:10 xiaosansiji