minos Posted June 2, 2014 Report Share Posted June 2, 2014 1st, I've to thx you for this linux version :) I'm happy to have this working on my favorite distrib server ;) I'm not sure, but I think there's only 1 cpu core used on my set up... on my epoch.sh there's -cpucount=2 and I'm always starting/restarting the process with ./restarter.pl It's running on an old AMD dualcore, Debian 64bits Is your Epoch Linux server using only 1 core too ? Or Am I alone ? Thx for work! Link to comment Share on other sites More sharing options...
Panadur Posted June 2, 2014 Report Share Posted June 2, 2014 Hi, i'm running Epoch on Debian Wheezy for testing purposes. I modified restarter and epoch.sh a little bit to meet my needs ( i prefer tmux instead of screen) with taskset to prevent sharing the cores with the other epoch server i run on the same machine. I'm running writer.pl on different cores than epoch and when i check core usage with htop i can see that epoch uses both cores that i set with taskset. This way i can see CPU usage, live log from epoch and can still work on the console. Epoch_1 is running on cores 7&8, Epoch_2 is running on cores 5&6 writer.pl is running on cores 1&2 McPimpin 1 Link to comment Share on other sites More sharing options...
jahangir13 Posted June 3, 2014 Report Share Posted June 3, 2014 Hi Panadur: can you post a line how the setup looks like in taskset to achieve this? I would also like to share ressources a bit between my 8 cores. Also for other things. Link to comment Share on other sites More sharing options...
minos Posted June 3, 2014 Author Report Share Posted June 3, 2014 Thx for answer, I've few lines/process on my htop, the ./epoch....... (all are the same command) But when 1 core is 100% used, the 2nd is not used to help... For example when the mission is loading, and during the game... always only 1 core is 100% used, and 2nd is not used for the ./epoch process I remember Bliss private server, on Windows, was using all cores when needed ;) ps: your server looks like a warmachine :) Link to comment Share on other sites More sharing options...
McPimpin Posted June 18, 2014 Report Share Posted June 18, 2014 Hi, i'm running Epoch on Debian Wheezy for testing purposes. I modified restarter and epoch.sh a little bit to meet my needs ( i prefer tmux instead of screen) with taskset to prevent sharing the cores with the other epoch server i run on the same machine. I'm running writer.pl on different cores than epoch and when i check core usage with htop i can see that epoch uses both cores that i set with taskset. This way i can see CPU usage, live log from epoch and can still work on the console. Epoch_1 is running on cores 7&8, Epoch_2 is running on cores 5&6 writer.pl is running on cores 1&2 Can you share your changes to restarter.pl? also what does your tmux.conf look like? Link to comment Share on other sites More sharing options...
MrInfro Posted June 19, 2014 Report Share Posted June 19, 2014 I would like to see that too :) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now