Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Ehhh.. no? its not normal and its def not good because it renders my system unusable if I want to tab out of the game, well not un usable but very sluggish because all the CPU resources are going to the game instead.. which means bad optimization.
Can it be a new windows 10 thing for games that run 'full screen'?
In the past, all full screen games had a higher priority over other processes but it didn't show in task manager.. maybe now it does
I was talking about no man's sky getting a higher prority over others.
I always monitor performance on a second monitor with various tools and task manager always on and never noticed it... just found it strange that it slipped my attention.
As I said though,
in the past all games were shown as running on 'normal' even when full screen when they were supposed to get a higher priority. Maybe that has changed now and task manager shows the 'real' base priority of a process.
The Default priority setting is down to the developer but windows priority management can change that.
If you google it, you'll see that a fair few folks are opting for 3rd party priority management software to prevent these unwanted (by some) resets.
I never said it was REALLY bad, I said it is annoying bad, because sometimes I want to watch a show at the same time or a livestream and it stutters a bit, also the first seconds I tab out the system is slow, it goes back to normal but its stil annoying and definitely not normal for it to be running on Above Normal priority , at least, I've never seen a game that defaults this setting, until now..
Also thanks for confirming I just wanted to make sure it was not on my end only
meh, I'd say the sad truth is the dev team can't optimize the game for crap
The game runs fine when I switch to Normal aside from a few hiccups the instant I change the priority the first few seconds then it goes back to normal and I can play both the game and use my system just fine, but its annoying to have to change it every time I launch the game.
Something like that :
set steampath=D:\Games\Steam
rem ###
"%steampath%\SteamApps\common\No Man's Sky\Binaries\nms.exe"
:wait
tasklist | find /i "NMS.exe" >nul 2>&1
if errorlevel 1 (
goto wait
) else (
timeout /T 10 /nobreak
wmic process where name="NMS.exe" CALL setpriority 32
)
Hey thats actually a nice and practic work around, thanks!