Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

Working as intended?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Shadow Empire >> Tech Support >> Working as intended? Page: [1]
Login
Message << Older Topic   Newer Topic >>
Working as intended? - 6/15/2020 2:02:01 AM   
Twotribes


Posts: 6929
Joined: 2/15/2002
From: Jacksonville NC
Status: offline
My current set up uses 27 to 28 percent of my memory after playing this game that jumps to 35 to 40 percent, is that normal?
Post #: 1
RE: Working as intended? - 6/15/2020 2:02:49 AM   
Twotribes


Posts: 6929
Joined: 2/15/2002
From: Jacksonville NC
Status: offline
I am talking about after you turn game off of course.

(in reply to Twotribes)
Post #: 2
RE: Working as intended? - 6/15/2020 10:00:23 AM   
Vic


Posts: 8262
Joined: 5/17/2004
Status: offline
I dont think so. Is it permanent? or does it go down after time?

_____________________________

Visit www.vrdesigns.net for the latest news, polls, screenshots and blogs on Shadow Empire, Decisive Campaigns and Advanced Tactics


(in reply to Twotribes)
Post #: 3
RE: Working as intended? - 6/15/2020 12:10:06 PM   
Twotribes


Posts: 6929
Joined: 2/15/2002
From: Jacksonville NC
Status: offline
That I don't know just noticed it I will check it out more maybe something else caused it, I know the other day I had an update for windows to do and it went to 40 percent.

(in reply to Vic)
Post #: 4
RE: Working as intended? - 6/15/2020 12:13:48 PM   
WeaverofBrokenThreads

 

Posts: 71
Joined: 6/8/2020
Status: offline
I don't have any memory leaks.

(in reply to Twotribes)
Post #: 5
RE: Working as intended? - 6/15/2020 3:37:56 PM   
zgrssd

 

Posts: 3385
Joined: 6/9/2020
Status: offline
quote:

ORIGINAL: Vic

I dont think so. Is it permanent? or does it go down after time?

We are dealing with .NET, so Garbage Collection Memory Management. Memory Measurements are notoriously hard to do right. And issues even worse to diagnose.

So the usual Spiel so people do not missunderstand the GC:
Garbage Collection is expensive. While it runs, all other threads must pause. As a result .NET is really lazy at running the GC. If it only happens once - on application closure - that is the ideal case. Beyond that, only a few cases can get it to run:
- danger of a OutOfMemoryException. When you get one, the GC did all the collection and defragmentation it could.
- explicit calls of GC.Collect(). But really does not belong into production code.
- various optimisations. Concurrent/Server Garbage Collection. Automatic passes over generation 1 after leaving certain scopes.

Taskmanager memory usage:
200 MiB during intro sequence
183 MiB in main menu
just shy of 800 MiB after loading a large moon

< Message edited by zgrssd -- 6/15/2020 3:38:57 PM >

(in reply to Vic)
Post #: 6
RE: Working as intended? - 6/15/2020 8:20:01 PM   
Twotribes


Posts: 6929
Joined: 2/15/2002
From: Jacksonville NC
Status: offline
Well I can't recreate it right now so perhaps it is a minor problem, The only reason I notice it is cause at about 40 percent memory usage my system gets a few unhandled exception errors when playing this or Advanced Tactics Gold.

(in reply to zgrssd)
Post #: 7
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> Shadow Empire >> Tech Support >> Working as intended? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.720