Just noticed that the "LastVersion" file in the profile folder, as the name suggests, gets updated when the profile is opened with (another version of) BAS e.g. from 114.0.5735.91 to 117.0.5938.63. Therefore it's not suitable for our need to determine the original version of which a profile was created.
But at least can be said what was the latest BAS version that worked with it ;)
is BAS a 64 bit or 32 bit
-
Hello, i have a question about if BAS is 64 bit or 32 bit, because I start the exe's from Chrome and it keep giving me an error, when my RAM reaches 3.7GB and my RAM is 8GB, and when it reaches 3.7 it stops loading other exe's, my windows is 64 bit, chrome is also 64 bit
-
@Kiryakov said in is BAS a 64 bit or 32 bit:
Hello, i have a question about if BAS is 64 bit or 32 bit, because I start the exe's from Chrome and it keep giving me an error, when my RAM reaches 3.7GB and my RAM is 8GB, and when it reaches 3.7 it stops loading other exe's, my windows is 64 bit, chrome is also 64 bit
The BAS browser is 32 bit. Allocating memory in the application process is a very complex topic, the maximum amount depends on the target architecture of the application and on some flags (https://docs.microsoft.com/en-us/cpp/build/reference/largeaddressaware-handle-large-addresses?view=vs-2017)
-
@Kiryakov said in is BAS a 64 bit or 32 bit:
Can you give me more information on how this can be best resolved if there is a way?
Only the developer can solve this problem. You can avoid this problem if you don't allow one browser to take up more than 3-4gb of RAM (Removing unnecessary or used elements on the page).