osx - Low disk space error in Android Studio on MAC during gradle sync and build -
i keep getting error, twice or thrice every minute:
fatal configuration problem low disk space in android studio system directory partition.
i have 300gb+ free on hard-disk, how can rid of this?
here related bug report : https://youtrack.jetbrains.com/issue/idea-118718
a workaround seems to add property :
idea.no.system.path.space.monitoring=true
in ~/library/preferences/<your_android_studio_version>/studio.vmoptions
Comments
Post a Comment