csslint
csslint copied to clipboard
Process out of memory
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)
I'm having the same problem right now...
the same error. any tips?
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.
I'm 80% sure this is related to https://github.com/CSSLint/csslint/issues/526