/tmp directory in Linux Android SDK

前端 未结 15 2184
醉话见心
醉话见心 2020-12-28 15:00

Just to tinker with it, last night I installed the Android Studio/SDK, and both during install and use, it repeatedly blew my 2Gb /tmp partition. Is there any way to tell t

15条回答
  •  醉梦人生
    2020-12-28 15:49

    I have it resolve by changing tmpfs reference folder to /var/tmp. Add this after line containing #!bin/sh in android-studio.sh :

    export TMPFS=/var/tmp

提交回复
热议问题