Project

Profile

Help

Issue #4214

Updated by daviddavis over 5 years ago

Submit a large request (> 2.5 MB) to a pulp 2 endpoint and it'll raise the error "body exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE". It looks like in this case Katello was posting a rather long list of content units to <code>/pulp/api/v2/repositories/<repo id>/actions/associate/</code>. 


 Looks like this is a django setting that is by default 2.5 MB. 

 https://docs.djangoproject.com/en/2.1/ref/settings/#data-upload-max-memory-size

Back