Object - db 터짐...
- tcp/ip 개수재한 늘리고, 하드웨어 제한? 늘임
Increasing the maximum number of TCP/IP connections in Linux
I am programming a server and it seems like my number of connections is being limited since my bandwidth isn't being saturated even when I've set the number of connections to "unlimited". How can I increase or eliminate a maximum number of connections that my Ubuntu Linux box can open at a time?
https://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux
How to restart the networking service?
I tried to use sudo service networking restart and sudo /etc/init.d/network restart but they both crash the window manager and I can no longer use my keyboard for input into X. when I use the /etc/init.d/ method it complains saying that I should use the service utility e.g.
https://askubuntu.com/questions/230698/how-to-restart-the-networking-service/376586#376586

Seonglae Cho