Oh, this seems relevant to my recent post to the list. My problem is that the suggester's are first being built in /tmp and moved to /var. tmp has a total of 2g's free whereas /var has near 100G.
Perhaps you are running into the same problem I am in this regard? How does your /tmp dir look when building? Matt On Wed, Dec 20, 2017 at 2:59 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 12/20/2017 12:21 AM, Fiz Newyorker wrote: > >> I tried df -h , during suggest.build command. >> >> Size. Used Avail Use% Mounted on >> >> 63G 17G 44G 28% /ngs/app >> > > That cannot be the entire output of that command. Here's what I get when > I do it: > > root@smeagol:~# df -h > Filesystem Size Used Avail Use% Mounted on > udev 12G 0 12G 0% /dev > tmpfs 2.4G 251M 2.2G 11% /run > /dev/sda5 220G 15G 194G 8% / > tmpfs 12G 412K 12G 1% /dev/shm > tmpfs 5.0M 0 5.0M 0% /run/lock > tmpfs 12G 0 12G 0% /sys/fs/cgroup > /dev/sda1 47G 248M 45G 1% /boot > tmpfs 2.4G 84K 2.4G 1% /run/user/1000 > tmpfs 2.4G 0 2.4G 0% /run/user/141 > tmpfs 2.4G 0 2.4G 0% /run/user/0 > > If the disk has enough free space, then there is probably something else > at work, like a filesystem quota for the user that is running Solr, or some > other kind of limitation that has been configured. > > Thanks, > Shawn >