Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OS

Command

Linux

sysctl -w net.core.rmem_max=8388608

Solaris

ndd -set /dev/udp udp_max_buf 8388608

FreeBSD, Darwin

sysctl -w kern.ipc.maxsockbuf=8388608

AIX

no -o sb_max=8388608 (note: AIX only permits sizes of 1048576, 4194304 or 8388608)

Detect memory leaks

We recommand recommend to use YourKit Java Profiler.

...