io_uring_queue_init: Cannot allocate memory

Asked by ppa-verse

My package keeps failing with the following error: io_uring_queue_init: Cannot allocate memory

It seems to be related to the fact that liburing requires more memory than is allocated to the VM to build the package.

Here is the link to the build:

https://launchpad.net/~ppa-verse/+archive/ubuntu/tmp/+build/26936358

I've tried using ulimit -l 65535 but it doesn't have permissions. Any ideas how I fix this?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Simone Pelosi
Solved:
Last query:
Last reply:
Revision history for this message
Simone Pelosi (pelpsi) said :
#1

Sorry the link is no longer working, are you still facing the issue ?

Revision history for this message
ppa-verse (ppa-verse) said :
#2
Revision history for this message
ppa-verse (ppa-verse) said :
#3
Revision history for this message
Best Simone Pelosi (pelpsi) said :
#4

It seems to be related to kernel version and to the distoseries that the build machine is using. Using a jammy machine could solve the issue here but before trying that we have to wait to resolve another issue involving our build machines.

Revision history for this message
ppa-verse (ppa-verse) said :
#5

Thanks Simone Pelosi, that solved my question.