Increasing heap size while building the android source code on Ubuntu 15.10

Posted verawang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Increasing heap size while building the android source code on Ubuntu 15.10相关的知识,希望对你有一定的参考价值。

http://stackoverflow.com/questions/34940793/increasing-heap-size-while-building-the-android-source-code-on-ubuntu-15-10

 

export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4096m"
out/host/linux-x86/bin/jack-admin kill-server
out/host/linux-x86/bin/jack-admin start-server

以上是关于Increasing heap size while building the android source code on Ubuntu 15.10的主要内容,如果未能解决你的问题,请参考以下文章

consider increasing the maximum size of the cache

Tomcat 警告:consider increasing the maximum size of the cache

Mysql提示:Out of sort memory, consider increasing server sort buffer size

Mysql提示:Out of sort memory, consider increasing server sort buffer size

673. Number of Longest Increasing Subsequence

Leetcode-926 Flip String to Monotone Increasing(将字符串翻转到单调递增)