Jump to content

[8.4 3200] - Windows Process called "PostgreSQL Server runs with up to 50 process


rene

Recommended Posts

Hello Daminion community,

I wanted to share that I've just installed the most recent version, 8.4 build 3200, today. However, upon installation, I quickly noticed an unusual occurrence.

There appears to be a Windows Task named "PostgreSQL server" that is running with as many as 50 processes simultaneously. Surprisingly, these processes exhibit minimal CPU usage, yet they consume a significant amount of memory ranging from 2 to 6 MB.

This situation seems quite unconventional and concerning.

Best regards,

Link to comment
Share on other sites

  • 2 weeks later...

Hi Rene, 

 

This behavior is not a bug, it's actually a very normal pattern to observe. There is an active database work going on, and even with Daminion server services turned off, you can see that there are multiple PostgreSQL processes running. 

 

You can use the following query to see what processes are active and what PostgreSQL is doing: 

 

SELECT * FROM pg_stat_activity;

 

Kind regards, 

Daria

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...