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
Running aiida tests can lead to orphaned postgres servers.
If at some point during testing you encounter errors like this one:
IOError: FATAL: could not create shared memory segment: No space left on device
DETAIL: Failed system call was shmget(key=1, size=56, 03600).
HINT: This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.
The PostgreSQL documentation contains more information about shared memory configuration.
child process exited with exit code 1
this may be because there are a number of orphaned postgres servers running:
Running aiida tests can lead to orphaned postgres servers.
If at some point during testing you encounter errors like this one:
this may be because there are a number of orphaned postgres servers running:
I've encountered this previously but I may not have opened an issue (at least could not find it now).
The text was updated successfully, but these errors were encountered: