Thanks for the advice. I increased the system limit and set the DX env
variable as suggested but still see two errors of the form
SOCKET bufsize mismatch: xxx buffer (yyy zzz)
where xxx is rcv or send, and the various values of "yyy zzz" depend upon
the env variable as follows:
DX_SOCKET_BUFSIZE ===> yyy zzz
not set ===> 262144 524288
524288 ===> 524288 1048576
1048576 ===> 1048576 2097152
Have 512MB on this system but don't want it all going to buffers!
Suggestions?
Kent
--On July 21, 2003 11:02:37 AM <[EMAIL PROTECTED]> wrote:
OpenDX allows you to specify the size of the send and receive buffers on
the socket between the exec and UI - you want them as big as possible to
handle large nets. You have an environment variable DX_SOCKET_BUFSIZE set
to 262144 and the system is limiting you to 131070. You can either alter
the environment variable to request smaller buffers or up the system
limitation.
Greg
To: DX Users <[email protected]>
Subject: [opendx-users] 4.3 Socket Problem
Running recently downloaded 4.3.0 under Linux 9.0 with sample scripts
works but displays the message "SOCKET bufsize mismatch: send buffer
(262144 131070)." Advice?