csslint icon indicating copy to clipboard operation
csslint copied to clipboard

Process out of memory

Open creinartz opened this issue 11 years ago • 4 comments

i cannot check my 320kb css file (compressed about 50kb) via CLI or csslint.net

on the command line i get: FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory

if i test via csslint.net in chrome, the whole browser tab crashes.

if i split the file in two or three parts everything runs fine (without indicating any errors in the css file)

creinartz avatar Nov 27 '13 09:11 creinartz

I'm having the same problem right now...

shapeshifta78 avatar Mar 20 '14 13:03 shapeshifta78

the same error. any tips?

givankin avatar Jul 15 '14 13:07 givankin

Looks like it's only an issue with minified flies. Try linting with an uncompressed version.

Just tried with 200kB minified and got the same error. Unminified it and it ran fine. Tested up to 1.1MB unminified - works like a charm.

tannerhodges avatar Feb 24 '15 19:02 tannerhodges

I'm 80% sure this is related to https://github.com/CSSLint/csslint/issues/526

mistermashu avatar Apr 04 '17 19:04 mistermashu