Purge never stops (memory issue?) #3653
-
Hey! So I have the following in my purge configs
I have around 30 html files in /components and 10 js files in /dist. Yesterday I had maybe 27 files in html. Yesterday my purge command was running fine and would take 50 seconds. Here it is:
Today it's giving me errno 134 which is a memory allocation issue. I adjusted the command to this, as per suggested on SO - which allocates 6GB to Node (I have 8GB on my machine):
Now my command is running forever. Granted, I haven't waited more than 15 minutes but it's safe to assume that even if it does end after 15 minutes, it's untenable since I'm designing a component library and would need to compile often as my components all have their own CSS files with Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey 👋 Would you be able to share this code repo? |
Beta Was this translation helpful? Give feedback.
Hey 👋
Would you be able to share this code repo?