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
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
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
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