CompressorError: FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory Aborted (core dumped)

When using the ruby and Node.js in Django project for styles, I am running the "python manage.py collectstatic" then i am getting the below error.

CompressorError: FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory
Aborted (core dumped)

In this i have Rakefile also, in that file its compressing some css files and creating to assets folder.

Can any one please answer for this, and let me know if any further details want for this.

Thanks in advance.

I solved this issue by disabling the django compressor and putting debug = True

Its happenes usually with django compressor. You need to disable django-compressor in settings.py Try to set DEBUG=True and try true/false with django.conf.settings.COMPRESS_ENABLED "