@ayush1110
Which Windows exactly?
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).