yudhi108 Posted November 17, 2014 Share Posted November 17, 2014 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 More sharing options...
Amyr Posted November 17, 2014 Share Posted November 17, 2014 If the game is not crashing due to block being maxed then there is no reason for you to increase that number. And yes, SKSE.ini is the file you need to edit. Link to comment Share on other sites More sharing options...
camaro_69_327 Posted November 18, 2014 Share Posted November 18, 2014 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 More sharing options...
Brandonhortman Posted November 18, 2014 Author Share Posted November 18, 2014 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\SKSEVisit 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 enabledlogging max values onlyTimer disabledBlock1 Block2768MB 512MB***Shortened******314 256315 256316 256317 256318 256319 256320 256321 256322 256323 256324 256325 256326 256327 256328 256329 256330 256331 256332 256333 256334 256335 256336 256337 256338 256339 256340 256341 256342 256343 256344 256345 256346 256347 256348 256349 256350 256351 256352 256353 256354 256355 256356 256357 256358 256359 256360 256361 256362 256366 256367 256368 256369 256370 256371 256372 256373 256374 256375 256376 256377 256378 256379 256380 256381 256382 256383 256384 256385 256386 256387 256388 256389 256390 256391 256392 256393 256394 256395 256396 256397 256398 256399 256400 256401 256402 256403 256404 256405 256406 256407 256408 256410 256416 256422 256423 256424 256427 256428 256429 256440 256451 256472 256473 256474 256475 256476 256477 256478 256479 256480 256481 256482 256483 256484 256485 256486 256487 256488 256489 256490 256491 256492 256535 256539 256542 256579 256580 256581 256610 256618 256Notice how I am already reaching the limit! hahaAnother 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 More sharing options...
Recommended Posts