| 
     
      
      
      From: <php...@li...> - 2009-09-13 21:01:36
      
     
   | 
My /tmp directory ran out of space (or inodes or something) today. When I went and looked, there were 350,000+ tmp files left over from the bridge, like: -rw------- 1 apache apache 0 Sep 11 20:34 .php_java_bridge7ZE0oM prw-rw-rw- 1 apache apache 0 Sep 11 20:34 .php_java_bridge7ZE0oM.i prw-rw-rw- 1 apache apache 0 Sep 11 20:34 .php_java_bridge7ZE0oM.o It actually ended up using all space on /tmp and killed my server! I see that it's the php Java.inc file that's doing this. I see that the files are created, but never where they're cleaned up. Not knowing much about how the bridge's life cycle works, I am a bit anxious to just start ramming code in there to clean up, but clearly there is a problem. Here's a graph of inode usage on my server since upgrading to the latest php-java-bridge:  |