@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
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).