Re: Memory problems

1999-09-05 Thread John N. Alegre
This is not necessary with the 2.2 kernel. I am not sure what kernel you are using. I am at RH 6.0 and /proc/meminfo has: total:used:free: shared: buffers: cached: Mem: 197484544 191668224 5816320 54882304 58417152 66740224 Swap: 2549432320 254943232 MemTotal:192

Re: Memory problems

1999-09-05 Thread Nathan Meyers
Roland Silver wrote: > > Nathan, > I read your reply to Benjamin Edelman, where you asked the question > > >2) Check the contents of /proc/meminfo to make sure you have all the > >memory and swap you think you do (you do boot with the linux "mem=" > >option, right?). > > I'm new to the Linux en

Re: Memory problems

1999-09-05 Thread Roland Silver
Nathan, I read your reply to Benjamin Edelman, where you asked the question >2) Check the contents of /proc/meminfo to make sure you have all the >memory and swap you think you do (you do boot with the linux "mem=" >option, right?). I'm new to the Linux environment, running Blackdown jdk1.1.7v3

Native thread behaviour

1999-09-05 Thread Dimitris Terzis
Hi guys... Playing with native methods, I have created a very basic program that creates a TCP/IP socket from Java by using the corresponding C call (i.e., socket()). My code (excluding error handling parts) is something like: // File NativeSocketApplication.java public class NativeSocketApplic