Server resources and memory etc

I am running a few websites on the same server and was wondering does the hangfire system use much resources on the server?

I want to have hangfire running for all the websites but will this cause problems?

Anybody have an answer for this please?

Hangfire itself uses a minimum of resources. Its the jobs that you plan on running you need to worry about.