List all shared memories in your Linux Systems
> $ ipcs -m

Delete specific one
> $ ipcrm -M 0x0001869c

如果是pg启动时报错,如下:

FATAL:  pre-existing shared memory block (key 5432001, ID 0) is still in use
HINT:  If you're sure there are no old server processes still running, remove the shared memory block with the command "ipcrm", or just delete the file "/var/lib/pgsql/data/postmaster.pid".

直接删除postmaster.pid文件即可。 

相关文章:

  • 2022-01-30
  • 2022-12-23
  • 2022-01-18
  • 2021-07-31
  • 2021-11-11
猜你喜欢
  • 2021-08-08
  • 2021-08-02
  • 2022-12-23
  • 2021-12-18
  • 2021-11-16
  • 2022-01-06
相关资源
相似解决方案