Level Edit Fun [message #287521] |
Mon, 01 October 2007 10:37 |
|
Jerad2142
Messages: 3809 Registered: July 2006 Location: USA
Karma: 6
|
General (3 Stars) |
|
|
Okay I am on level 12a of Renhalo, which is 20,000 x 20,000. While generating pathfind (and vis) I get the out of memory error. So I was wondering if there was a way to get level edit to only use virtual memory, if not, does anyone know if those ram usb sticks will do the job?
Visit Jerad's deer sweat shop
|
|
|
Re: Level Edit Fun [message #287522 is a reply to message #287521] |
Mon, 01 October 2007 10:58 |
|
Oblivion165
Messages: 3468 Registered: June 2003 Location: Hendersonville, North Car...
Karma: 0
|
General (3 Stars) |
|
|
I think your going to have to get more memory (Don't think LE was designed to work with anything else) or get someone else in the community to generate it for you.
I have 2gb of ram, soon 4gb and would be willing to generate pathfinds and etc if needed.
EDIT: What is with the downtime on this site again? Seems everytime i come here it quits out after i read a thread or two.
WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
[Updated on: Mon, 01 October 2007 11:14] Report message to a moderator
|
|
|
|
Re: Level Edit Fun [message #287525 is a reply to message #287521] |
Mon, 01 October 2007 11:26 |
|
Oblivion165
Messages: 3468 Registered: June 2003 Location: Hendersonville, North Car...
Karma: 0
|
General (3 Stars) |
|
|
Sounds like a plan.
(Also try it on XP, 2gb on vista is like 10mb of free ram)
WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
|
|
|
|
|
|
Re: Level Edit Fun [message #287593 is a reply to message #287521] |
Mon, 01 October 2007 16:58 |
|
Oblivion165
Messages: 3468 Registered: June 2003 Location: Hendersonville, North Car...
Karma: 0
|
General (3 Stars) |
|
|
Yeah and at the exact time I want to use it every single time
EDIT: Like just now, Gah thats annoying.
WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
[Updated on: Mon, 01 October 2007 17:09] Report message to a moderator
|
|
|
|
|
Re: Level Edit Fun [message #287701 is a reply to message #287521] |
Tue, 02 October 2007 07:03 |
|
luv2pb
Messages: 1488 Registered: February 2004
Karma: 0
|
General (1 Star) Not everything is as it appears Untouchable |
|
|
I can do it for you. My system (4gb ram and 2.4 quad core) can handle it with no problems. If you want just catch me on IM or irc.
N00bstories Director Of Operations
|
|
|
|
Re: Level Edit Fun [message #287735 is a reply to message #287733] |
Tue, 02 October 2007 10:14 |
|
luv2pb
Messages: 1488 Registered: February 2004
Karma: 0
|
General (1 Star) Not everything is as it appears Untouchable |
|
|
Jerad Gray wrote on Tue, 02 October 2007 13:09 |
luv2pb wrote on Tue, 02 October 2007 08:03 | I can do it for you. My system (4gb ram and 2.4 quad core) can handle it with no problems. If you want just catch me on IM or irc.
|
I am going to have plenty of RAM by the end of this week, and quad core won't help you much, as level edit will only allocate one of the cores.
|
Just offering. I know the quad core doesn't matter. I just through it in there for the hell of it.
N00bstories Director Of Operations
|
|
|
|
Re: Level Edit Fun [message #287745 is a reply to message #287521] |
Tue, 02 October 2007 10:42 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Jerad Gray wrote on Mon, 01 October 2007 18:37 | Okay I am on level 12a of Renhalo, which is 20,000 x 20,000. While generating pathfind (and vis) I get the out of memory error. So I was wondering if there was a way to get level edit to only use virtual memory, if not, does anyone know if those ram usb sticks will do the job?
|
NB: While LE will use virtual memory, because that memory is on the page file its access times are LOT slower than normal RAM (about 100x slower based on something I vaguely remember from POC lectures, but dont quote me on that xD), so it takes a hell of a lot longer for the pathfind generation to be completed. Better to keep as much of it in RAM as possible.
Oh, and USB sticks used as RAM (AKA: Vista Readyboost) WOULD work, as far as applications are concerned they are exactly the same as normal RAM, although they are still a lot slower than real RAM... but faster than a page file.
And LE does not allocate cores itself, if it actually created more than one thread for pathfind generation it would utilise more than one CPU core, but since there's only one thread the OS can't split the workload between multiple cores as there's only ever one thing to be done at a time.
[Updated on: Tue, 02 October 2007 10:45] Report message to a moderator
|
|
|
Re: Level Edit Fun [message #287754 is a reply to message #287745] |
Tue, 02 October 2007 11:35 |
|
Jerad2142
Messages: 3809 Registered: July 2006 Location: USA
Karma: 6
|
General (3 Stars) |
|
|
danpaul88 wrote on Tue, 02 October 2007 11:42 |
Jerad Gray wrote on Mon, 01 October 2007 18:37 | Okay I am on level 12a of Renhalo, which is 20,000 x 20,000. While generating pathfind (and vis) I get the out of memory error. So I was wondering if there was a way to get level edit to only use virtual memory, if not, does anyone know if those ram usb sticks will do the job?
|
NB: While LE will use virtual memory, because that memory is on the page file its access times are LOT slower than normal RAM (about 100x slower based on something I vaguely remember from POC lectures, but dont quote me on that xD), so it takes a hell of a lot longer for the pathfind generation to be completed. Better to keep as much of it in RAM as possible.
Oh, and USB sticks used as RAM (AKA: Vista Readyboost) WOULD work, as far as applications are concerned they are exactly the same as normal RAM, although they are still a lot slower than real RAM... but faster than a page file.
And LE does not allocate cores itself, if it actually created more than one thread for pathfind generation it would utilise more than one CPU core, but since there's only one thread the OS can't split the workload between multiple cores as there's only ever one thing to be done at a time.
|
Well I was hoping someone would say readybost would work, as I bought a 8 GB flash drive just yesterday, if I get the out of memory error I will strangle my self.
As a side note: I set the paging files max to 10 GB and level edit doesn't even try to access it (as far as pathfind goes anyways).
Visit Jerad's deer sweat shop
|
|
|
|
|
Re: Level Edit Fun [message #287761 is a reply to message #287521] |
Tue, 02 October 2007 12:14 |
|
If you're using 32 Bit Vista, I'd wager that the limitation is still in place due to 32 bit's max of 4 GB RAM and the fact that XP and Vista are both NT kernels. I could well be wrong.
@ post below this one -
WTF? I thought 64-bit would run 32-bit software at at least the same speed??
Renguard is a wonderful initiative
Toggle Spoiler
BBC news, quoting... |
Supporters of Proposition 8 will argue California does not discriminate against gays, as the current law allows them to get married - as long as they wed a partner of the opposite sex.
|
halokid wrote on Mon, 11 October 2010 08:46 |
R315r4z0r wrote on Mon, 11 October 2010 15:35 |
|
the hell is that?
|
[Updated on: Tue, 02 October 2007 12:21] Report message to a moderator
|
|
|
Re: Level Edit Fun [message #287763 is a reply to message #287761] |
Tue, 02 October 2007 12:19 |
|
Jerad2142
Messages: 3809 Registered: July 2006 Location: USA
Karma: 6
|
General (3 Stars) |
|
|
CarrierII wrote on Tue, 02 October 2007 13:14 | If you're using 32 Bit Vista, I'd wager that the limitation is still in place due to 32 bit's max of 4 GB RAM and the fact that XP and Vista are both NT kernels. I could well be wrong.
|
*I guessed as much, I suppose I could try to reinstall the operating system under 64 bit, but last time it took me hours to get it all set back up (this is because I am at school and forgot to bring all my driver disks). I originally installed it under 32 because I wanted it to run games fast, so if there is a hack that I could implement, post a link, or at least what to look for.
Never mind, after some reading it looks like a 32 bit program running under a 64 bit operating system would still be able only to access a max of 4 GB of ram, so I assume level edit is only 32 bit so it would be pointless to upgrade to 64 bit.
Visit Jerad's deer sweat shop
[Updated on: Tue, 02 October 2007 12:39] Report message to a moderator
|
|
|
Re: Level Edit Fun [message #287770 is a reply to message #287521] |
Tue, 02 October 2007 12:53 |
|
luv2pb
Messages: 1488 Registered: February 2004
Karma: 0
|
General (1 Star) Not everything is as it appears Untouchable |
|
|
I have 32bit XP and I can use more than 2 with some things. Supreme Commander and the C&C3 Worldbuilder are good examples.
N00bstories Director Of Operations
|
|
|
|
|
|
Re: Level Edit Fun [message #289039 is a reply to message #289022] |
Mon, 08 October 2007 05:36 |
|
The Elite Officer
Messages: 602 Registered: September 2007 Location: Chapel Hill, North Caroli...
Karma: 0
|
Colonel |
|
|
danpaul88 wrote on Mon, 08 October 2007 04:37 | Sorry for the slow response, as for the 'hacks' I mentioned before, here's the instructions for how to apply it to Supreme Commander, you can try to apply the same fix to LevelEdit's exe, I think it should work fine.
http://forums.gaspowered.com/viewtopic.php?t=2382
Also ensure you have this (http://support.microsoft.com/kb/940105) Windows update installed (its a recommended one, but Windows Update will NOT install it by default), as it reduces the RAM used by applications and might let you generate pathfind without needing to apply the fix to the exe.
|
The perfect answer to the perfect guestion. Good Job.
The reason Uranus is tilted 90 degrees is because god got angry and kicked it over.....
|
|
|