Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: INVIZ on 2017-11-08, 19:32:11

Title: 1.7 RAM
Post by: INVIZ on 2017-11-08, 19:32:11
Hi I'm getting huge waits on autosaves and unable to escape out of it... talking must be 15/20 waits on a 500mb scene...

I have 112gb ram, whats the best setting to get use of that ram.. always don't seem to go over 16gb ram usage which seems not right?
Title: Re: 1.7 RAM
Post by: maru on 2017-11-08, 20:04:35
Do you mean 3ds max autosaves or Corona vfb autosaves?
Title: Re: 1.7 RAM
Post by: INVIZ on 2017-11-08, 20:51:56
Sorry for poor explanation... 3ds max autosaves...
Title: Re: 1.7 RAM
Post by: PROH on 2017-11-08, 23:34:55
You can disable 3dsMax autosave in Preferences. Just remember to save manually then! That's what I've been doing for years :)

Regarding RAM issues - I don't quite understand your question.
Title: Re: 1.7 RAM
Post by: INVIZ on 2017-11-09, 01:02:46
Ceers for the input my friend!... I guess that's the only way... Saves normally in seconds.. but lags extreme on autosave...

Guess with the ram issue I'm wondering if theres a setting like in vray that limits ram use? 'dynamic memory option'

Corona only ever uses a fraction of my 112gb ram
Title: Re: 1.7 RAM
Post by: Noah45 on 2017-11-09, 01:06:08
increment your save, then all will be well!
Title: Re: 1.7 RAM
Post by: Njen on 2017-11-09, 02:50:31
Is your project directory on a slow drive? A save and an auto save in Max use the same procedures. THe only thing I can think of is they are going to different locations/drives.
Title: Re: 1.7 RAM
Post by: INVIZ on 2017-11-09, 13:26:58
can't be that, 850pro
Title: Re: 1.7 RAM
Post by: Luis.Goncalves on 2017-11-29, 16:07:04
You can try and do "New - Keep objects and Hierarchy" . I don't really know what this does to the max file, but here in the office when we do it from time to time when we feel that the file starts to become slower than what it should be and it usually helps.

When we save after doing this the file usually becomes smaller. 
Title: Re: 1.7 RAM
Post by: dbeaudry on 2017-11-29, 17:35:57
Maybe try to clean the scene garbage with this: http://3dground.net/prod/prune-scene-2180817
Title: Re: 1.7 RAM
Post by: Ondra on 2017-12-16, 20:52:43
moving to I need help, as this is not caused by corona
Title: Re: 1.7 RAM
Post by: James Vella on 2017-12-17, 11:56:16
as mentioned, this is 3dsmax not corona. 3dsmax autosaves with 1 cpu only towards the HDD the project directory is saved on (usually your C drive if you havent changed it). No ram involved in this. Either turn it off or change it to once every 45 minutes if that helps (15mins is too short in my opinion)
Title: Re: 1.7 RAM
Post by: sprayer on 2017-12-17, 20:51:07
you can vote for this feature here https://forums.autodesk.com/t5/3ds-max-ideas/make-autosave-efficient/idi-p/6845527
or you can try RamDisk if you have much Ram
Title: Re: 1.7 RAM
Post by: Jpjapers on 2017-12-21, 15:19:22
Is the file itself slow?
I had a similar problem this week and it turns out that i somehow had 25000 motion mixer tracks in the file which caused saves to be stupidly slow.

If you put this in the listener;
count=theMixer.numMaxMixers()

and it returns a number in the hundreds or even thousands then run the below script

count=theMixer.numMaxMixers()

for i in 1 to count do

theMixer.removeMaxMixer 1 false 1