Search code examples
javaintellij-ideadebianphpstorm

PHPStorm EAP update on Debian: java.io.IOException: No space left on device


When I start PHPStorm, this screen shows:

Platform and plugin updates

When I click on "Update and restart", after a few seconds this screen pops up:

No space left on device

Which is silly because this is a brand new computer and I have lots of available space:

➜  ~  df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       6.3G  3.4G  2.6G  57% /
udev             10M     0   10M   0% /dev
tmpfs           3.2G  9.1M  3.2G   1% /run
tmpfs           7.9G   55M  7.8G   1% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           7.9G     0  7.9G   0% /sys/fs/cgroup
/dev/sda3       2.7G  364M  2.2G  15% /var
/dev/sda1       511M  132K  511M   1% /boot/efi
/dev/sda6       195G  4.7G  181G   3% /home
/dev/sda5       361M  7.4M  331M   3% /tmp
tmpfs           1.6G   16K  1.6G   1% /run/user/1000
➜  ~  df -h /tmp
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda5       361M  7.4M  331M   3% /tmp

Here are my versions, for reference:

PHPStorm PS-143.129

Debian GNU/Linux 8 (jessie) 64-bit

Gnome 3.14.1

Thanks for your help !


Solution

  • This is kind of avoiding the problem, but I've since switched to Jetbrains Toolbox App which solved this issue.