Skip to content

Commit 8998427

Browse files
committed
v7.2 FINAL FINAL (forgot to do more GC)
1 parent 329effb commit 8998427

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
0 Bytes
Binary file not shown.

RealSolarSystem/Readme_RSS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ v7.2 \/
5454
*Add patch for (forthcoming) RealHeat for RSS atmospheres.
5555
*Change Earth atmosphere and surface coloration a bit
5656
*Add metaphor's curves for Venus, Mars, and Titan.
57+
*Do garbage collection during RSS run (thanks Addie!). RSS should work at higher memory loads in 32bit.
5758

5859
v7.1 \/
5960
*Update to Custom Biomes 1.6.4

Source/RealSolarSystem.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,7 @@ public void Start()
17681768
//OnGui();
17691769
}
17701770
#endregion
1771+
print("*RSS* Memory now " + GC.GetTotalMemory(true)); // Free memory
17711772
}
17721773
}
17731774
}

0 commit comments

Comments
 (0)