When I run 12 tiles,Its all right,But when I run 16 tiles,The following error occurs:
Messages from: 172.18.223.238:1010
-> 2019-08-08 20:54:33:961 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:33:962 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:33:991 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:33:991 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:018 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:019 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:106 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:107 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:204 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:205 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:214 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:214 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:253 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:253 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:310 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:310 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:356 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:356 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
-> 2019-08-08 20:54:34:497 Connection: SocketTimeoutException waiting for end-of-header
-> 2019-08-08 20:54:34:498 SPECweb_Support: [ERROR] SocketTimeoutException encountered during run!
I have made the following modifications according to the instructions
https://www.spec.org/virt_sc2013/docs/SPECvirt_TechnicalSupport.htmlA. Check the open file limit on the clients:
ssh client2 "ulimit -n"
If you get a number such as 1024, then the ulimit has not been set. Check the /etc/sysctl.conf file to make sure that you have a line similar to:
fs.file-max = 500000
Then check /etc/bashrc to make sure the following is included:
# Overide open files limit of 1024
ulimit -n 100000 > /dev/null 2>&1
Then reboot the affected client(s) and rerun the test.
So what can I do ?Please help me ,tks!