When i try to deploy my project to appengine, i am getting the following error from my eclipse running on ubuntu 64bit 9.10
 
Creating staging directory
java.io.IOException: Cannot run program "/bin/ln": java.io.IOException: error=24, Too many open files
Debugging information may be found in /tmp/appengine-deploy5780612206673431209.log

Anybody can shed some light on this?
 

1 answers, votes, 2881 views
Visitor's picture
asked by Visitor
2 years 7 weeks ago



1 Answers

Answer

Launch a terminal and run the following command
 
ulimit -a
 
My output looks like this
 
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 20
file size               (blocks, -f) unlimited
pending signals                 (-i) 16382
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) unlimited
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
 
To increase the open files limit, run the following command
 
ulimit -n 4096
 
This will update the open file limit to 4096 files (change 4096 to whatever size you want)
 

Visitor's picture
answer by Visitor
2 years 7 weeks ago

Ubuntu 11.04 released!

Ubuntu 11.04 code named natty narwhal is released download ubuntu 11.04

Read ubuntu 11.10 reviews and share yours now!!

View in your own language!

Stay Connected

Ubun2.com on Facebook Ubun2.com on Twitter RSS Feeds

Poll

Favorite desktop environment?: