Android Question Process timed out.

Multiverse app

Active Member
Licensed User
Longtime User
This is what happens 90% of the time I try to run a big project (Debug and release mode).
I've been having this issue for quite a while now, it got terrible with the new beta.

upload_2018-5-30_19-42-11.png



My machine has 8 GB of ram. I've tried increasing process timeout, increasing memory dex value in ini file, set the priority of B4A and Java to realtime, but I get the same. Even, all the other open apps start to crash.
The project only compiles successfully the first time I restart windows. It makes debugging impossible. Takes 10-15 minutes to make even small changes.

Can something be done, or my machine is simply underpowered?
 

LucaMs

Expert
Licensed User
Longtime User
My "system" is a 8 GB RAM, Intel i5.., Window 7, and I have:

upload_2018-5-30_18-29-42.png


(ordered by CPU usage - descending, so "when idle" there is only the task manager with 1% of CPU usage and, every couple of seconds, 1% or 2% for Firefox, 1% Avira antivirus).

However, even with your 10% and 60% at compile time, you should not have any problems.

We must continue to investigate ;)
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
B4A Version: 8.30 BETA #1
Parsing code. (0.15s)
Compiling code. (0.88s)
Compiling layouts code. (0.06s)
Organizing libraries. (0.01s)
Generating R file. (0.17s)
Compiling generated Java code. (3.55s)
Convert byte code - optimized dex. (5.60s)
Optimized dexer failed. Switching to Standard dexer.
Packaging files. (3.73s)
Copying libraries resources (0.11s)
Found 3 resource files.
Signing package file (private key). (2.24s)
ZipAlign file. (0.10s)
Installing file to device. (9.62s)
Device serial: xxxxx
Completed successfully.

[Not a small project]


Need a
upload_2018-5-30_18-45-15.png
:D :(:(:(
 
Upvote 0

Multiverse app

Active Member
Licensed User
Longtime User
B4A Version: 8.30 BETA #1
Parsing code. (0.15s)
Compiling code. (0.88s)
Compiling layouts code. (0.06s)
Organizing libraries. (0.01s)
Generating R file. (0.17s)
Compiling generated Java code. (3.55s)
Convert byte code - optimized dex. (5.60s)
Optimized dexer failed. Switching to Standard dexer.
Packaging files. (3.73s)
Copying libraries resources (0.11s)
Found 3 resource files.
Signing package file (private key). (2.24s)
ZipAlign file. (0.10s)
Installing file to device. (9.62s)
Device serial: xxxxx
Completed successfully.

[Not a small project]


Need a View attachment 68473:D :(:(:(
My load times are 3 times yours
I guess I need an upgrade
 
Upvote 0

Multiverse app

Active Member
Licensed User
Longtime User
so I guess you have also a good cpu, probably better than mine
Nope, an i3 7th gen. I actually upgraded ram after.

I was going to get something like an Alienware or msi in a few days anyways.

For now, I have to make sure no other Windows or browsers are open while compiling.
 
Upvote 0
Top