You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Linux (Ubuntu 22.04 LTS)
Kernel Version: 6.5.0-26-generic #26~22.04.1-Ubuntu
Go Version: 1.21
code segment:
IOURing, err = iouring.New(10000)
if IOURing == nil {
return false, err
}
while executing the above statement, many a times I encounter the IOURing object as nil and the err as: iouring_setup: cannot allocate memory. Can you help me find the RCA for this error.
The text was updated successfully, but these errors were encountered:
OS: Linux (Ubuntu 22.04 LTS)
Kernel Version: 6.5.0-26-generic #26~22.04.1-Ubuntu
Go Version: 1.21
code segment:
IOURing, err = iouring.New(10000)
while executing the above statement, many a times I encounter the IOURing object as nil and the err as: iouring_setup: cannot allocate memory. Can you help me find the RCA for this error.
The text was updated successfully, but these errors were encountered: