Tribble ticket 4,754,324 (submitted on 09/11/2018)
After the Tribble patch on September 5, 2018, the value of SystemSpecs.virtualAddressSpace in my gameprefs.pref file decreased from 17574457245718 to 8796092891136; the new number is roughly half the old number. No other entries related to disk space or the amount of memory have changed, except for SystemSpecs.diskFree and SystemSpecs.physicalMemoryAvailable, which, of course, will be different every time I run the program. I'm still running the 64-bit version of the game client.
From gameprefs.pref (Tribble 08/30/2018):
PrefEntry GfxSettings.VideoMemoryMaxHMBs 0
PrefEntry SystemSpecs.diskFree 356275490816
PrefEntry SystemSpecs.diskTotal 593144836096
PrefEntry SystemSpecs.physicalMemoryAvailable 9888210944
PrefEntry SystemSpecs.physicalMemoryMax 12801744896
PrefEntry SystemSpecs.textureAllocsConsumeVirtualAddressSpace 1
PrefEntry SystemSpecs.videoMemory 2048
PrefEntry SystemSpecs.videoMemoryDedicated 1992
PrefEntry SystemSpecs.videoMemoryTotal 7841
PrefEntry SystemSpecs.virtualAddressSpace 17574457245718
From gameprefs.pref (Tribble 09/06/2018):
PrefEntry GfxSettings.VideoMemoryMaxHMBs 0
PrefEntry SystemSpecs.diskFree 370894163968
PrefEntry SystemSpecs.diskTotal 593144836096
PrefEntry SystemSpecs.physicalMemoryAvailable 10539372544
PrefEntry SystemSpecs.physicalMemoryMax 12801744896
PrefEntry SystemSpecs.textureAllocsConsumeVirtualAddressSpace 1
PrefEntry SystemSpecs.videoMemory 2048
PrefEntry SystemSpecs.videoMemoryDedicated 1992
PrefEntry SystemSpecs.videoMemoryTotal 7841
PrefEntry SystemSpecs.virtualAddressSpace 8796092891136
Steps to reproduce
1. Install the following build:
Version: ST.87.20180613a.41 (SVN 227491)
Release: Victory Is Life
Tribble patch date: 08/30/2018
2. Start the game client, and log on to any character.
3. Exit the game client.
4. Make a copy of your gameprefs.pref file.
5. Install the following build:
Version: ST.90.20180830a.3 (SVN 227723)
Release: Age of Discovery
Tribble patch date: 09/05/2018 (first day on Tribble)
6. Start the game client, and log on to any character.
7. Exit the game client.
8. Compare your old and new gameprefs.pref files.
9. Notice that SystemSpecs.virtualAddressSpace has decreased by about half.
Waiting for a programmer ...