classes.dex.rsp
Out of memory error (version 1.2-rc4 'Carnac' (298900 f95d7bdecfceb327f9d201a1348397ed8a843843 by android-...@google.com)).
GC overhead limit exceeded.
Try increasing heap size with java option '-Xmx<size>'.
Warning: This may have produced partial or corrupted output.
[ 0% 119/30763] build /media/marcin/b...IES/sdk_v12_intermediates/classes.jack
[ 0% 119/30763] build /media/marcin/b...RIES/sdk_v5_intermediates/classes.jack
ninja: build stopped: subcommand failed.
make: *** [ninja_wrapper] Błąd 1
marcin@marcin-B85M-D3H:~/nougat-x86$
marcin@marcin-B85M-D3H:~/nougat-x86$
Try increasing heap size with java option '-Xmx<size>'.
JACK_VM_COMMAND=${JACK_VM_COMMAND:=java}To this:
JACK_VM_COMMAND=${JACK_VM_COMMAND:=java -Xmx5G}
More info here:
export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4096m"out/host/linux-x86/bin/jack-admin kill-serverout/host/linux-x86/bin/jack-admin start-server
tryexport JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4096m"out/host/linux-x86/bin/jack-admin kill-serverout/host/linux-x86/bin/jack-admin start-server
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86+unsubscribe@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.
Btw can i have the cpu and ram config. You are using?
I have an i3 with 8gb of ram.
An i7 with 16 gigs of ram does not have this issue AFAIK.