Jump to content

SKSE users who can get 1280 heap size


Brandonhortman

Recommended Posts

what is the max the block sizes can be increased to, and please, where do i edit the block sizes?

 

I have 6gb VRAM (titan black), and 16gb memory. it's a work in progress for me learning how to get the most out of my system in skyrim. it's the one thing i truly hate about skyrim.

Link to comment
Share on other sites

Snaged a couple of posts from Sheson ...as the are relevant to this....

 


sheson 158 kudos44 posts
Block2 usage can not be increased atm. There are a few boundary checks in the code so it will never use more than 256MB no matter the settings.
This really should not be a problem, because when block2 is full, more memory is allocated in smaller chunks somewhere else. Unlike block1 this doesn't cause CTD as far as I know. Since you are not yet hitting the limit of 256 when you CTD the cause is most likely something else.

 

Knew i read about this someplace...just had to dig for it a bit...lol

 

 


sheson 158 kudos44 posts
That one movapps works with memory allocated by block1. As we discussed earlier there is no real point in changing it as long as block is never fully used. If not changed it will cause CTD sooner than later when block 1 is full. But also a lot of other things will cause CTD anyhow.
I never really investigated why allocating a larger block2 is needed when block1 is set to high values to make the game start. Instead I tried a few simple futile stabs at making it use a larger block2 to no avail.
It almost sounds like you are seeing CTD when block2 initial allocation is filled? Anyhow, when I did these futile stabs I filled block2 with 1000s NPC and watched it allocate new chunks past the initial 256MB without any CTDs. block2 allocation and usage is really different from block1.
I guess I may revisit block2 at some time, but as long as my game is not crashing at all and my memory usage doesn't require me to change block2 there is little reason at the moment.

 

Many users have reported having to change Block 2, even tho it can never use more the 256.

 

Really Glad we had people like this fixing Skyrim. Modders Rock!

Link to comment
Share on other sites

For adjusting your memory block sizes I recommend this first and foremost so you can visually see what is happening.
http://www.nexusmods.com/skyrim/mods/50471/?

Then visit whatever your folder structure is, mine is G:\SteamLibrary\SteamApps\common\Skyrim\Data\SKSE

Visit this page and download the SKSE.INI and place it in that folder. This is where you will adjust your block sizes.
http://www.nexusmods.com/skyrim/mods/51038/?

Run Skyrim till it crashes then visit \SteamLibrary\SteamApps\common\Skyrim\Data\SKSE\logs and open your memoryblockslog.log ( second out of three) and open it with write.exe or notepad++ or whatever you like to use

and you will see a log like this:

logging of blocks enabled
logging max values only
Timer disabled
Block1 Block2
768MB 512MB
***Shortened******
314 256
315 256
316 256
317 256
318 256
319 256
320 256
321 256
322 256
323 256
324 256
325 256
326 256
327 256
328 256
329 256
330 256
331 256
332 256
333 256
334 256
335 256
336 256
337 256
338 256
339 256
340 256
341 256
342 256
343 256
344 256
345 256
346 256
347 256
348 256
349 256
350 256
351 256
352 256
353 256
354 256
355 256
356 256
357 256
358 256
359 256
360 256
361 256
362 256
366 256
367 256
368 256
369 256
370 256
371 256
372 256
373 256
374 256
375 256
376 256
377 256
378 256
379 256
380 256
381 256
382 256
383 256
384 256
385 256
386 256
387 256
388 256
389 256
390 256
391 256
392 256
393 256
394 256
395 256
396 256
397 256
398 256
399 256
400 256
401 256
402 256
403 256
404 256
405 256
406 256
407 256
408 256
410 256
416 256
422 256
423 256
424 256
427 256
428 256
429 256
440 256
451 256
472 256
473 256
474 256
475 256
476 256
477 256
478 256
479 256
480 256
481 256
482 256
483 256
484 256
485 256
486 256
487 256
488 256
489 256
490 256
491 256
492 256
535 256
539 256
542 256
579 256
580 256
581 256
610 256
618 256

Notice how I am already reaching the limit! haha

Another thing to note is that what you enter for the first block; 256 will be subtracted from that for reasons that I don't understand.

As the other users mentioned don't worry about the second block, it will never go above 256; but for some reason setting the first block higher than 768 (which ends up being 512) results in a CTD at the menu unless you bring the second block up to 512....even though it is not used. I can find no correlation with this.

DON'T USE SAFETY LOAD OR SSME WITH THIS. REMOVE THEM IF YOU USE THIS
it is the same thing
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...